Generate "out of view" markers indicators on a map with React Native
For a project, I have to indicate, with colored arrows, in which direction are the markers that aren't shown in the visible region.When the user scrolls, or zoom on the map, the arrows move accordingly...
View ArticleMultiSelect React native app not working on search
I am new to React Native. My MultiSelect search not working only if inputed *, for others text working. App crashes on * input.Help will be appreciated.Here is my code-<MultiSelect hideTags={true}...
View Articlereact-native-webview commands failed to compile, how to fix?
someone has fixed or saw this issue?I'm using last version of (react-native) and also macOS Catalina.I did install react-native-webview by yarn and after into the (./ios) folder I had install the...
View ArticleReact Native Responsive Font Size
I would like to ask how react native handle or do the responsive font. For example in iphone 4s i Have fontSize: 14, while in iphone 6 I have fontSize: 18.
View ArticleReact native execute code before phone shuts down (app in foreground)
I am currently developing a React Native app. I need to execute some code before the phone shuts down (powered off/out of battery while my app is in foreground), is it possible? and how i do that?...
View ArticleShould I commit App.xcarchive, DistributionSummary.plist,...
I am developing a React Native app. I have started the app with react-native init and it auto-generated the .gitignore file in the project root.After some time, I have tried to create a release and...
View Articleexpo push notification iOS APNS
I am using expo push notifications to send notifications in my native app. For Android, I have to use FCM by setting it up in the Firebase console. Right now, I don't have an iOS device for testing. My...
View ArticleXcode 11 Module AppRegistry is not a registered callable module (calling...
I recently upgraded (painfully) from react-native 0.59.10 to 0.61.2 and when I build and run thru Xcode 11 the splash screen loads but then errors show up in the console and the app doesn't load.I've...
View ArticleHow to fix Undefined is not an object error when using a trylocalSingnin...
In my app I have multiple screens that you get access to after you seccufuly login or sign up.Am getting an undefined is not an object error when using tryLocalSignin() which is a function I used to...
View ArticleCocoapods cannot install Trunk
I'm trying to develop a React Native mobile app for iOS on Windows 10. Using the react native cli, I've generated a RN iOS project with the standard file structure, including a "Podfile" file with the...
View ArticleHow to develop Chat functionality in react native app [closed]
Want to develop real time Chat/Messaging functionality in react native app. in which user can send videos,pictures,voice messages and emojis. as well as require functionality to delete messages and...
View Article[!]Invalid `Podfile` file: Unable to locate the executable `node`
I've been searching high and low for a solution to this error. When I run: pod install, I get:[!] Invalid Podfile file: [!] Unable to locate the executable node.# from...
View Articlereact-native statusBar with expo on iOS
I was trying to change the color of the statusBar on my react-native app.I am working with expo and on their documentation they are just specifying to add :"androidStatusBar": {"backgroundColor":...
View ArticleOpen Settings App from another App in iOS - React Native
I'm going through the docs in React Native and can only find navigating to external links from the app I am in. I want to be able to navigate to the Settings app (more specifically to the privacy >...
View ArticleDesign Question: how can improve this design
How can i improve this modal? I tried changing the colors n spacing but it doesnt seem to look right. Are there any fonts you recommend?the modal
View ArticleExpo ejection & channel change clears AsyncStorage
I recently ejected from Expo, SDK 36, into ExpoKit. I then built the application using a different channel than the previous build.I uploaded it to TestFlight and downloaded it, but this completely...
View ArticleReact Native iOS error: "clang: error: linker command failed with exit code 1"
I just installed react-native-appodeal and I'm receiving the following error when trying to launch of iOS:clang: error: linker command failed with exit code 1 (use -v to see invocation)Does anyone know...
View ArticleHow to link viewDidLoad when I don't have UIViewController
I'm trying to link a Mapbox example class to my IOS app. The example class implemented viewDidLoad method, so I assume I should instantiate this code inside a UIViewController file right? But...
View ArticleLooking for someone to integrate In app purchase in react native app
will anyone want to dive in to the project and help me get this done. will pay you for your time.its just 2 auto renewable subscriptions packages needs to be added.
View Articlereact native - play sound after notification sound
I am playing with the my app using React Native for implementation.There is a case that after receiving a push notification (using react-native-firebase), app will play sound (using...
View Article