How to make React Native's ScrollView initial zoom to not be 1?
I want to put content (multiple images vertically arranged) in a React Native ScrollView (iOS only for now, Android will come later) that is bigger than the phone's screen, and start zoomed out so that...
View ArticleHow can i remove the default launch screen in react native IOS project
I am creating a new project in react-native 0.61v.How to hide the default splash screen in react-native IOS.
View ArticleNetwork connection was lost during `application:openURL:options`
We are using deep links to complete verification for an app we're working on. Said deep links cause the app delegate method:- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url...
View ArticleGet size of a View in React Native
Is it possible to get the size (width and height) of a certain view? For example, I have a view showing the progress:<View ref='progressBar' style={{backgroundColor:'red',flex:this.state.progress}}...
View ArticleHow to load local svg file with react-native-svg library
I am trying to load a local svg file in react-native with react-native-svg library, i have already installed it but i can't figure out how to do it with local svg files. the file is located in...
View ArticleReact Native IAP Auto Renewal Subscription check Expiration
I am trying to restore and detect the end of auto renewal subscriptions on iOS using https://www.npmjs.com/package/react-native-iap/v/4.0.8 By calling getAvailablePurchases() I get a different number...
View ArticleReact-native app crashs after firebase/admob added because of...
I'm adding firebase/admob to a RN app, i've added applicationId for both Android and IOS, Android works no problem i can see test banner, but IOS crash with this error :I've added...
View ArticleHow to customize icon of expo push notifications?
I'm sending push notifications to an expo app, and I would like to customize the icon of the notification. How can this be done?
View ArticleReact Native - launchPackager.command cant be opened
I am having trouble building react native ios project.Error message:"launchPackage command" can't be opened because it is from an unidentified developer. Any idea how to fix this?
View ArticleFirebase create Dynamic Link not working in react native iOS. However it...
I have created a dynamic link using : var link = new firebase.links.DynamicLink( "https://freshc.in", "frendy.page.link", ).android .setPackageName("in.frendy.app")...
View ArticleHow to handle app icon badge count when app receives notification in...
Is there a possible way to auto increment app icon badge number for iOS when app receives a push notification? I mean by just calling Notifications.setBadgeNumberAsync while app is in background or...
View Articlereact-native-image-picker not returning data from camera
I'm using react-native-image-picker to load photos. This seems to work well for photos pulled out of the camera roll, but if the user chooses to take a photo, there's no data in the response, just an...
View ArticleReact-Native iOS - How to show a view controller after Launch screen, before...
I have an animation that is in a native iOS view controller(swift), and I want to show that Animation View Controller for 3 seconds before launching the react-native bridge.I tried to play around with...
View ArticleHow to delete Firebase Cloud Messaging Token when user Log-Out of the React...
I use React Native FCM for messaging, and when the user logs out the application I want to delete the FCM token so that the user doesn't get Notified again.Below is my code for logout._signOutAsync =...
View ArticleReact Native: Incoming app links not working on iOS
In our app, Firebase Dynamic Links stopped working some days ago without changing anything. This issue occurs on iOS only. We tested old releases of our app, and also old iOS versions, but the links...
View ArticleVerifying/signing that a request to my API came from my app and was not...
Is it possible to verify that an API call to my server came from my app and was not spoofed with another HTTP request client or similar? I'm using React Native with Node on the back-end, and am using a...
View ArticleBuilding React Native for iOS fails: code signature not vaild for AppAuth
I am trying to integrate react-native-app-auth into my React Native app. It works on Android, but when trying to build the project on iOS I get the following:dyld: Library not loaded:...
View Articlereact-native: command not found
I am getting -bash: react-native: command not found error while creating react-native project.Below are the additional info1. brew --version homebrew 0.9.9 2 brew info watchman watchman `enter code...
View ArticleHow to make React Native Animated.View clickable?
I'm using this react native tinder demo ->https://github.com/brentvatne/react-native-animated-demo-tinderIs it possible to make the cards 'clickable' so it would navigate to another view on click?...
View Articleget InvalidRegistration when send notifications with POST MAN using firebase...
I'm trying to send notification with post man to my react native IOS app .In post man i send POST request : Headers : Content-Type: application/json Authorization: key=XXXXXXX ( i put firebase cloud...
View Article