How to build react native iOS app with docker?
I want to build my react native iOS app using docker, My problem is that when I run react-native run-ios I'm getting an error that it cant find the simulator. I know the issue occur because I don't...
View ArticleKeyboard not being dismissed in React Native
I'm looking to dismiss the keyboard when the user clicks on anywhere outside the keyboard or the input. The following code works fine:<ScrollView keyboardShouldPersistTaps='handled'...
View ArticleRealmJS: clang: error: linker command failed with exit code 1 (use -v to see...
I have no idea how to get around to fixing this.I have a feeling it might be related to RealmJS but i have tried everything from their issues page on github.I have tried, downgrading Realm, cleaning...
View ArticleReact Native iOS starts the development server but never connects and then...
So I run my react-native iOS app from Xcode or react-native run-ios like normal. The the server starts and says "Loading dependency graph, done." as normal. The app boots up on the simulator and then...
View ArticleReact-native Xcode error : "Thread 1: signal SIGABRT"
I faced this problem after building an app in XCode. Here are some logs:2019-12-23 11:43:38.538929+0200 signer[87746:1862730] You've implemented -[<UIApplicationDelegate>...
View ArticleHow to fix pod install error glog is too old or missing react native ios in...
I wanted to detach expo in my expo project to get the bare react native project after expo detach i run pod install bring me this error that during installing glog that script is too old or is missing...
View ArticleHow can We Integrate K net Payment in react-native?
Hello I am working on react native project. Here in this project how should we integrate K-net Payment Integration.Any SDK's is possible for this please let me give the guidance.
View ArticlescrollToIndex() is not a function
I have currently have a map and a carousel(similar to FlatList) and I want to be able to use scrollToIndex method of FlatList to snap to a certain item in the array. The issue is when I adopted the...
View ArticleDisable or update Apple ID settings, or click "Not Now" on simulator
I am developing a react native application, and using ios UI Tests and fastlane to take screenshots of the app. The issue is that the simulator keeps wanting me to update my apple ID settings and it's...
View ArticleRefresh contentComponent in react-navigation
I am using React-Navigation where I am using functionality of custom drawer by using contentComponent of React-Navigation.const DrawerNavigation = DrawerNavigator({ DrawerStack: { screen: DrawerStack }...
View Articlehow can we handle assets for multiple environment?
Ok so I am going to use react-native-config to make my app having multiple environments. But the project requirements are such as we should be able to export different apps from same codebase for...
View Articleundefined is not an object (evaluating 'Component.propTypes') - React Native...
I have upgraded the existing react native project from react native 0.59.6 to 0.61.5. react-native upgrade command not working. So I have done the manual upgrade using upgrade helper. Resolved some...
View ArticleReact-Native integration Support for V2 Pro device SunMI
I want to develop app for both iOS and Android Platform via react-native. Is there any available SDK of SUNMI V2 Pro(https://www.sunmi.com/en/V2Pro/) in react-native???Here is the library i got:...
View ArticlePossible Expo (react native) issue with Strapi backend - crashing ios app...
I'm following Stephen Grider's react native course in Udemy (https://www.udemy.com/course/the-complete-react-native-and-redux-course). In section 15 we create a tracker app. I thought it was a great...
View ArticleReact Native ios picker is always open
I have two pickers on my screen. Whenever I navigate to the screen in iOS app I find that the pickers are always open and all options are visible.It works perfectly fine in Android where the options...
View ArticleProgressViewOffset for IOS Refresh Control React Native
I have the header that hides on a scroll, So I use ProgressViewOffset to bring out refresh control loader below the header. It's working fine on Android. But in IOS we have no support for offset. But I...
View ArticleReact Native: RCTFatal + 668
I've also posted the issue in the React Native github repo, hoping to get some insight into the error.I've noticed that a not insignificant number of my iOS users experience the fatal error ( RCTFatal...
View ArticleReact-Native Webview With audio-player it's possible?
I'm just starting with React-Native. do i need to play a song inside one in a webview and be able to control it when the screen is locked by running stop / play?Does anyone have any ideas / worked on...
View ArticleFirebaseCore - Lexical or Preprocessor issue -...
I was trying to add the firebase SDK to my react-native project and I keep running into this issue when building the app in Xcode. I've tried lots of different version checks on cocoapods and...
View ArticleReact Native Settings.set() API method is not working as expected
Environment:react: "16.8.3"react-native: "0.59.3"Description:I'm trying to use React Native's Settings API. To be specific, I'm setting a key/value pair in NSUserDefaults via Settings as follows, try {...
View Article