building an existing react native application issue (cocoapods)
I am trying to build a react native application. I am running into the issue bellow:I am working with existing react native projectCould not find cocoapods-core-1.8.4 in any of the sourcesRun `bundle...
View Articlereact native `pod install` can't find module - but it's there
I'm trying to upgrade from react native 0.60 to 0.62 - I finished all the steps and tried to run pod install, but I get the error below that the module couldn't be found. However, when I cmd+click to...
View ArticleReact Native mapbox
I’m trying to show user’s location with a pointer in real-time but the problem I have is the documentation isn’t helpful much. I found a way to get users location updated.Please, thank you.
View Articlereact-native cant run ios device
I try to run react-native app on a ios real device.It works well on simulator or on a device using xcode but I would like to run with command-lineI tried this :>npm install -g ios-deploy...
View ArticleReact Native Launch/Splash Screen best practices?
I hope everyone is safe during these times. I have been working on React-Native for quite some time now and I still seem to be facing issues with the launch and splash screen.As per my requirements I...
View ArticleWhich editor is best rich text editor with customizable toolbar in react-native
I want to integrate rich text editor in mobile application using react-native for both iOS and android. The editor toolbar must be customizable i.e we can add our custom button on toolbar and perform...
View ArticleObfuscate entire React Native app including JavaScript code
How to obfuscate my react-native JS code? I have set the following in my build.gradle file:release { minifyEnabled true proguardFiles getDefaultProguardFile("proguard-android.txt"),...
View ArticleHow to pass parameter to swift class from react native bridge
I have a react native app and I call a swift class from this app. I use a bridge for that and I want to pass a parameter to init of my Counter class. How can I do that? I am very new on swift and...
View ArticleHow to pass callback function on a UINativeModule from React Native
I am accessing a lot of Swift functions, in my react native app, thanks to the native bridge module.But I am stuck with an this issue:I have to call a function on an instance of Swift from React Native...
View ArticleReact native: TypeError: null is not an object (evaluating...
My react native app was working just fine before I used expo eject. I ejected it because I now intend to build and release the app to the ios app store. As soon as I attempt to start the ejected app...
View ArticleReact Native: Invalid `Podfile` file: [!] Specifying multiple `post_install`...
I'm trying to upgrade from react native 0.60 to 0.62 - I finished all the steps and tried to run pod install, but I get the error below that the module couldn't be found. However, when I cmd+click to...
View Articlereact-native alert error "Attemp to present UIAlertController
In my react-native application i use some alerts to display messages to the user.On android everything works fine, but in ios i get following error, every time i try to display an alert:Warning:...
View ArticleCheck that WiFi is turned on in a React Native iOS app
Do you know how it is possible to check that WiFi is turned on in a React Native iOS app. Due to the aGPS on iOS devices, the WiFi must be turned on in order for our location sensitive app to be able...
View ArticleReact-native component's componentDidMount() is not called under NavigatorIOS
I create a component with ListView under the structure: TabBarIOS>NavigatorIOS>ListView. I try to fetch data in componentDidMount(). But it didn't work unless I fetch it in componentWillMount()....
View ArticleRun react-native application on iOS device directly from command line?
Is it possible to run react-native application on an iOS device directly from the command line like we do on simulator with react-native run ios --simulator "iPhone 5s"?
View Articlelibrary not found for -lBranch after React Native 0.62 Update
This started happening on a few libraries after the 0.62 and 0.62.1 updates for React Native. Thanks in advance!Ld Build/Products/Debug-iphonesimulator/******.app/****** normal x86_64 cd...
View ArticleExpo build fails in CI but builds locally (babel-preset-expo has been ignored...
Classic case of it works on my machine. I am building two react-native apps. App A and App B. Both of the applications were bootstrapped using expo. When I run the command to build either app locally...
View ArticleTouch is not working in landscape orientation of react-native-webview
I am using react-native-webview for loading url in webview. For first load it works fine with both the orientations i.e. landscape and portrait. But when i switch from portrait to landscape and vice...
View Articlereact native config cannot read env file in ios
I have follow the doc: https://github.com/luggit/react-native-config#iosuntil: Availability in Build settings and Info.pliststep 6. create new build phase for the scheme which will generate...
View ArticleSet React Native project with iOS Bridge into reusable NPM Module
I have a React Native project (created with react-native init myProject), implementing a Swift Bridge, in order to get UIViews and methods from a Swift Library. I followed this tutorial to achieve...
View Article