Styling React Native Picker
I'm attempting to style the text color of the items in a React Native picker. I've only been working in iOS so far, but if I could find a cross-platform solution that'd be awesome. I've tried the...
View ArticleReact Native init specific version
I upgraded my latest project to React Native 0.19 and instantly the video no longer works. How can I create a new project with a specific version? I want to init a new project at version 0.18.1. I did...
View ArticleHow to Rendering a Marker with a custom image in React-native IOS
I wish Rendering a Marker with a custom image in react-native IOS app.I testing rendered sample data image in data.js (png)but it doesn't worsk, how to I fixed it.this is my firsrt time react-native...
View ArticleI have to build this custom view.Could you guys tell me the correct approach...
you could see the above image. It is the same as the e-commerce list view but here we have items in a horizontal scroll view (PHOTO with left and right arrow).It will show as items that you can see one...
View ArticleReact Native where to find APPID
I am trying to make my React-Native app redirect to the store so users can update the app faster instead of searching for it.I found a package which helps me with getting the store links.For the...
View ArticleSend custom data types to React Native from Native iOS
I'm writing a Native Module for React Native and need to return a value in a custom data type to React Native. To return a value I use the Promise method like this:// .swift@objcfunc getCardType( _...
View ArticleIs there a way to send push notifications on iOS with an expandable detail...
I want to send a local push notification on an iOS device with expandable options liek described here:...
View ArticleHow to resolve react-native-vector-icons only show partial icons in Android...
Although I almost never do any modification to react-native-vector-icons, the situation regarding this plugins changes over time.At first, when I take over this project, all the icons works properly.At...
View ArticleAndroid/iOS native build doesn't include the latest react-native-code-push...
I have integrated react-native-code-push and have created a custom UI for update downloading, installing and reacting. I have also done the native Android changes as mentioned in the docs. It works...
View ArticleReact Native, Missing request token for request: NSMutableURLRequest
I am trying to upload to firebase using react-native-cli and react-native-firebase.How do I generate a request token?Ive sent a lot of time trying to figure out what it is but cant figure it out.Any...
View ArticleReact native fbsdk user change issue on both IOS and Android
I use this (https://github.com/facebook/react-native-fbsdk) component in attempts to setup authentication to my app using Facebook. I've successfully configured it so login button gives me a valid...
View ArticleSet Default To "Square (1:1)" Image Capture & Save With React Native App?
I'm in the process of developing an iOS/Android React Native App that will allow me to take photos of incoming packages. However, currently photos are saved in 4:3 aspect ratio but I need the default...
View ArticleHow to share App link using react native Share API?
I am trying to share my app installation link to others from my app settings in react native.I used the react native share api for this.But using the below code the output only shows the message(code...
View Article'null is not an object' when switching from manual linking to pods
I'm upgrading a RN <0.60 library to 0.60 and integrating cocoapods. If I manually link the bridging RN files in 0.60 it works, but if I add the files via a .framework inside a pod, null is not an...
View Articlehow to implement camera scan to detect distance between two red color lines...
first imageI am working on app in react native to scan testing strip as shown in images.I have to find C,G,M point if they contain red lines using camera.I have to scan and get reading where the...
View ArticleRevenuecat React-Native offerings gets empty object?
I'm using revenuecat for in-app purchase I want to add "Monthly subscription", So I follow the Docs for configuration.and set up everything as they wrote.For code partIn App.jsimport Purchases from...
View ArticleReact Native App Crash (Thread 1: EXC_BAD_ACCESS (code=1, address=0x54))
Recently came onto this issue when trying to run my app on the simulator through xCode or the React Native CLI. The bundle loads from localhost then the app immediately crashes with "Thread 1:...
View ArticleAppDelegate.m for both FBSDK and LinkingManager
To use FBSDK I need this snippet in app delegate- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation { BOOL...
View ArticleWhich is the best way to distribute react-native bridges for IOS and Android
I have developed 2 bridges using react-native bridge modules for each mobile operating system (Android, iOS). Both of them include Layout files (Android) and Storyboards (iOS) and they are using the...
View Article'FirebaseApp instance may not be nil. Use FirebaseApp.app() if you'd like to...
So, I worked on my react native app while running android emulators for a while, and during that time, I had initialized a second firebase app using @react-native-firebase/app other than my main one...
View Article