React native video from local file
I am using react-native-video (v 5.0.2) and try to play file from local.It's working in Android but not working in iOS.I created the file that I want to play with react-native-fs. This is my code:Write...
View ArticleApp missing from settings after reinstall
The app was built using react-native and published in App Store and was visible in settings after the first install from App store. Decided to uninstall and reinstall and now the app doesn't show up in...
View ArticleUsing Linked Lists in Checkerbox selection List react-native
I created a Linked-List data structure in my react-native app that I want to move between screens and then pick a node based on a checkerbox selection menu.I understand that I can move the list using...
View ArticleXcode 11.0 build get error - Unknown argument type '__attribute__' in method...
On every build in Xcode i get this error. How can i fix it?I found this commit https://github.com/facebook/react-native/pull/25146/commits/61b8b9e69d8609fecaaaa7d2c9e32808bc5e98cb which should fix it...
View ArticleReact Native: Screen gets grabbed while trying to scroll?
So this should be an easy fix, but I can't find anything online. Using React Native for IOS dev. I have 9 dragging images on my app, like so: These images can be dragged and dropped around the screen....
View ArticleHow to added notification sounds using onesignal with react-native in IOS device
i have problem with notification sound onesignal with react-native in IOS platform. I already read documentation onesignal https://documentation.onesignal.com/docs/customize-notification-sounds but i...
View Articlereact-native app missing from settings after reinstall on iPhone(iOS13.3)
The app was built using react-native and published in App Store and was visible in settings after the first install from App store. Decided to uninstall and reinstall and now the app doesn't show up in...
View ArticleHow to wait for firebase data fetch finishes and get values not a promise in...
I have data in firebase data that looks like the following:The code for getting customers data:getCustomersOnQeueu = async () => { let customers =...
View Article-[RCTRootView cancelTouches]` is deprecated and will be deleted soon in react...
I am using react-native-map and it works well on ios and android.my react native version is 0.61.2. But in ios, when I click map, then shows warning "-[RCTRootView cancelTouches]` is deprecated and...
View ArticleChange default running simulator - react-native?
I want to change default simulator when building my app,I'm trying to run this command react-native run-ios --simulator='iPhone XR'but it's ignoring me :D and just launch iPhone X I don't know why?when...
View Articlereact-native - Push to talk with Firebase [closed]
I am searching about how to implement the Push-to-talk function for React native app using Firebase.However, after a few hours of researching, I didn't find any tutorial how to do it. There are a lot...
View ArticlealignItems not working correctly. React Native flexbox yoga [duplicate]
Here is the code example: Expected behavior is that it should show a view with a green background. When alignItems: 'center' is set on the container, the view with a green background is not shown....
View ArticleCant build react native project in Xcode
I try to build a "fresh" react-native project in Xcode and run it on the phone but it says library not found for -lDoubleConversion. When I build it with npx react-native run-ios it runs fine in the...
View ArticleHow to fix 'Video play but don't have sound on iOS with expo'
I use video component from expo. I can play video, but it doesn't sound in iOS. In Android it's okay. How can I fix it.<Video style={{ width: 340, height: 220, borderRadius: 10, overflow: 'hidden'...
View ArticleWhat is the process of development for my RN+Expo project after ejecting and...
I am in quite a situation right now. I'm working on a mobile application for my Uni's dissertation, and so far I have been developing my React Native project and testing it on the Expo client...
View ArticleReact Native iOS WebView execute javascript tag in local html
I am trying to show web page with react-native-webview with local html file. But it doesn't execute javascript tags in html file at the iOS platform, but works on Android.How I can fix it?This is a...
View ArticleBuilding a react native SDK to be used by IOS
I am building an SDK using react native to be used by native android and IOS apps. I was trying to make the SDK easy to be set up, so the SDK user does not have to use yarn or npm. Based on some blogs,...
View ArticleWhy does provisioning profile need to be set to distribution for both debug...
I'm attempting to build my react native app via fastlane on CircleCI. I'm using match for managing certificates/profiles and using these guides:Fastlane: CircleCI IntegrationCircleCI: Example...
View ArticleWhat is common thing to handle for ios and android platform in react-native?
I've been building react-native for android at beginning and never been into IOS as I don't have project that use IOS at that moment and I don't own IOS or MacOS. And I'm clueless of what is difference...
View Articlereact native - payment with PayPal
I am researching about the PayPal in React Native.I am using the v2 apis because PayPal v1 is deprecated. When I move to the document of PayPal payment v2, I see the document is a lot different from...
View Article