I want to verify react native apple authentication in php server-side [closed]
Using https://developer.apple.com/documentation/signinwithapplejs this documentation I can verify token in Php server-side which is client gives me using "Embed Sign In with Apple JS" In react native...
View ArticleOpen default ios contact list in react native app with multiple contacts select
I want to open default ios contacts list with multiple contact selection in react native. For that I tried react-native-contacts-wrapper package, it doesn't support multi-contact select. So I moved to...
View ArticleHow to build my react native app with TeamCity?
I start using Team City and my app builds with react nativeversion 0.60.5...I was wondering what will be the best and the easier way to build my app for iOS and android. For iOS I was thinking using...
View ArticlegetExpoPushTokenAsync return null in IOS device
I'm working on a push notifications system with Expo. I tried to get token and save it to mobile storage:/** * Demande d'autorisation pour accéder au token du GSM et l'envoyer vers l'api */...
View Articlei can't run pod install with react native
I have created a mobile app with react-native but when I run pod install in ios directory, getting the following error.[!] Invalid `Podfile` file: A JSON text must at least contain two octets!. # from...
View ArticleDisable Screen Capture/ScreenShot in React Native App
I have came across few solutions specific for ios and Android to prevent screen-capturing and taking screenshots. But how do i disable screen-capturing in react native?
View ArticleExpo React Native extra space at the top and bottom of the app on iPhone 11
I have a problem where there is extra space above the at the top and below the tab navigation at the bottom of the app when running it on an iPhone 11. I don't see them on earlier device versions. Does...
View ArticleSwitch component not animating when value changes programmatically
When I update the value of the Switch component via state, the toggle transition doesnt work. It goes instantly from on to off and vice versa. However, when I directly click on the switch, it animates...
View ArticleReact native FCM iOS push notification not delivered
first of all environment is React native, I try to setup push notification in iOS following instruction from rnfirebase package here what step i do and I do testing on Real iPhone Devicecreate key then...
View Articlereact-native-text-detector worked fine in android but why it always returned...
First, I used https://github.com/jeanpan/react-native-camera-roll-picker#readme to get an image from photo library, it returned a uri: ph://11A68DD6-A651-462D-BDAB-68FB853ED141/L0/001Then, I used...
View ArticleReact Native: Cache Image, Video, all type of documents (.pdf, .xls, ..) in iOS
I have a scenario to cache all types of user files (Image, Video, all word documents, pdf, etc) in react native application. Currently, I am using react-native-fast-image for image cache which is...
View Articleprogrammatically retrieve Header component height - React Native
Using NativeBase, I added a Header component. Now, I want to programmatically retrieve the height of the header. How can I do this. The code for adding the Header is given below:I tried using...
View ArticleseekTo function restarts the track on android instead of seeking to required...
i am making an audio player in react native in which i have to implement 15 sec forward and 15 sec backward buttons , in iOS it's working fine and both the buttons are working correctly, in android...
View ArticleFlatList onEndReached being called multiple times
I'm making a react native project where user can search images using Flickr API, Everything else is working fine but the problem i'm having while implementing pagination. I have used FlatList's...
View ArticleReact native ios deep linking with push notifications
I have a RN app, and i have an sdk which is responsible for push notifications and deep linking. I want my app to be able to open at certain paths inside the app and also open appstore so that users...
View ArticleInclude of non-modular header inside framework module...
I get the following error after adding react-native-unimodules when running react-native run-ios. I tried building the project on Xcode as well, but I still get errors. I followed the...
View ArticleReact-native, iOS simulator stops responding to CMD + D
since a couple of months I'm facing a very strange situation, when developing on the latest versions of react native (0.50+ to 0.60+) the iOS simulator stops responding to keyboard commands, that...
View ArticleGoogle SignIn for IOS with React-native (expo)
I'm setting up a page where I can Id with a google account. This is my code : import React from "react" import { StyleSheet, Text, View, Image, Button } from "react-native" import * as Google from...
View ArticleUnhandled JS Exception: TurboModuleRegistry.getEnforcing(...):...
The problem is in the title. I run a react-native app on Mac, and then, this error just appear :Obviously, I do a lot a research but I never found any solution... Has anyone a solution about this prob...
View ArticleHow to save downloaded files and view in File app using React Native in iOS?
I am using react-native-fs to download files from server and save them. Once they are downloaded I am using react-native-file-viewer to open them. This process totally works fine: I am able to download...
View Article