React native bug RCTFatal
What can be wrong here?Failed to call function, __fbBatchedBridge is undefinedRCTFatal-[RCTCxxBridge handleError:]__21-[RCTCxxBridge start]_block_invokeinvocation function for block in...
View ArticleHow to save data of my screen on iOS simulator to local storage (react-native)
I am using react-native and expo. I have some data that is displayed on the screen (this is my second screen) such as: let item = state.myListData.length && state.myListData[0];let movie =...
View ArticleFaster mobile coding language for iOS and ANDROID
What's the faster (in development and in running process) mobile coding language, which are able to get user contact list, detect user sms confirmation when suscribing in the own app, be abe to use...
View ArticleHow to save the jsx data in my screen (ios simulator)
I have some data on my screen as you can see in the screenshot. When user clicks on first screen (it has some symbols with their name) it send them to second screen (screenshot below) and show the data...
View ArticleWhich is the best way to communicate from app to app in single device?
My idea is create Report Viewer application for both Android and IOS, (could be good on ReactNative also)BaseApp: open ReportApp via URL_Scheme to register BaseApp URL_SchemeReportApp: send request to...
View ArticleUnsupported architecture error on initializing React Native app
It's so weird, yesterday morning everything works well, but after trying to install on a physical iOS device, I even cannot initiate a React Native project, right after the npx react-native init...
View ArticleThe Development Server Returned Error Code:500(React Native)
Hello I am pretty new to react native I am working on this project it is a Sign In/Sign Up page for a project i am working on enter image description hereRunning through expo,Running this on a physical...
View Articlereact-native how multiple scrollview can be synchronized
react-native synchronous movement of 5 of scrollView .how do you ı sync.<ScrollView horizontal ref={scrolListRef} onScrollEndDrag={(e) => //ref get xcoordvalue//scrollListRef map into ref xcoord...
View Articlereact native - collapse table
I plan to make a collapse table. You can find it in this linkI tried:Using a Custom Component for column name and FlatList for the first columnUsing Section list for the rest...
View ArticlePassing data from a React Native App to iOS and Android
I quite finish to build my app and I'm using an external solution to get push notifications and analytics (in the native code).I have to send them the email of the user when logged to "allow"...
View ArticleHow to store object in iOS (Objective-C) and Android (Java) in a React Native...
I'm developing an app in React Native. I have to do something in native side (Objective-C for iOS and Java for Android).I get after log in an object :{"success":"true", "action":"logged",...
View ArticleExpo: Does App Store also required to have property key when asking...
My app got rejected when I submit my app. This is my first time to upload an IOS app to app store. I saw a lot of having a same issue like happened to me. My app are requesting some permissions to the...
View ArticleIs it possible to make two mobile projects within single build?
I am newly join react technology, I created a small expo project but now it wants to introduce react-native, So I wil have parent (Expo Project) and child (React-Native with some differents module)....
View Articlewhere to find ipa file after npx react-native run-ios --configuration Release...
I followed the instructions on this link about Building your app for production:http://reactnative.dev/docs/running-on-deviceAFter running the following commands:npx react-native run-ios...
View ArticleUsing React Native Native Modules in Objective-C
I want to use a Native Module to get a data from React Native to Objective-C.I followed the demo from the documentation :RCT_EXPORT_MODULE();RCT_EXPORT_METHOD(getEmail:(NSString *)email){...
View ArticleReact Native with ScrollView feels sluggish
Any idea why ScrollView + multiline TextInput + KeyboardAvoidingView feels really sluggish? I'm using react-navigation with the react-native-screen for the native modal look. The screenshot gif below...
View ArticleApple Signin returns 'invalid_grant' on web but app doesn't
I'm applying Apple Signin on both app and web. But Apple server always returns error invalid_grant if I signin in web and verifying it.The following is simple environment for my service. The app is...
View ArticleCould not connect to development server - React Native
I am creating an app using react native. I tried to change a file path to an image within my code and when I ran my app on the iOS emulator the following message was displayed.I have tried a number of...
View Articlereact-native-youtube no video sound when phone is in silent mode
I know there are similar questions, but every solution I've tried has failed, unfortunately. I'm using react-native-youtube and the sound of the videos is not playing on iOS when the phone is in silent...
View ArticleonShouldStartLoadWithRequest automatically calling in iOS React Native on...
I'm implementing in App WebView for my App. I've to open some info pages and I've to get some data based on the click of any particular place(which contains a different type of data) in webview. But in...
View Article