react-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 ArticleComposite Image React Native?
I have a lot of different images in .png format.I would like to stack all these different images together to get one single image that I can display with the Image component of React Native.The goal is...
View ArticlegestureState and nativeEvent difference
I am trying to use React Native's PanResponder. In its callback functions there are two parameters that can be invoked: event and gestureState. If I log the event.nativeEvent, and the gestureState...
View ArticleWhy am I getting this error in Expo when trying to scan QR code?
I get the following error when I try to open my expo project on my iPhone"There was a problem running the requested app. It looks like you may be using a LAN URL Make sure your device is on the same...
View ArticleReact Native: Could not connect to development server
I have a very simple React Native project that I am trying to get working. It is an iOS project that simply adds a RCTRootView to a UIViewController. When I run the app from Xcode I get a red screen...
View ArticleReverse TCP for IOS device?
I'm trying to develop a react-native application, sometimes it is saying cannot connect to the development server. As I read that executing the react-native project in IOS doesn't needs reverse tcp to...
View ArticleAR with React Native
So the question I have is about the augmented reality in react native. I know there is ARKit (IOS only) and ARCore (Android only). It also has the expo AR library (which is what I use in the service)....
View ArticleWhere to locate expoClientID and iosCliendID and other Bundle ID?
I'm trying to implement the Google OAuth in my Expo app. expo-google-app-auth requires expoClientId, iosClientId, androidClientId, Bundle ID, etc, but I'm having difficulty locating this information....
View ArticleGoogle OAuth in React Native doesn't logout
I'm setting up the Google OAuth using Expo's expo-google-app-auth and I have no problem with the login process, but I'm having difficulty logging out. import * as Google from 'expo-google-app-auth'...
View Articlereact native ios build succeeds but path to app bundle is wrong
When I run react-native run-ios build succeeds and created build folder under ios. But after build, when installation starts, get the below error. The project runs successfully when I run it through...
View Articlelibc++abi.dylib: terminating with uncaught exception of type NSException,...
Issue Description::I am working on react-native-ios app, most of the times it stuck after splash. I have created a duplicate splash screen inside my react native code. When app started I am redirecting...
View Articlemy react native project does not contained any app.xcworkspace file in iOS
I want to run my react native app. when I run it by Xcode it shows something linker error and solution of that finds running by xcworkspace file. something happens when I run this by react-native...
View ArticleDelete application data on iOS simulator without uninstalling app?
I would like to delete application data like local storage without reinstalling the app.I am using AsyncStorage in react-native, and have persisted some data. To quickly test storage, I would like to...
View ArticleUsing Typekit (Adobe) fonts on React Native project?
I recently opened some mobile app mockups that I have to develop. I'm using React Native (with Expo). The thing is, this mockups use a lot of Adobe fonts (Typekit).I came across the doc:...
View ArticleReact Native Expo Ejected App, can't get push token from Device
I use Expo push Notifications to send Notifications to GSM using push token. My code is : registerForPush = async () => { if (Constants.isDevice) { const { status: existingStatus } = await...
View ArticleApple login not giving email id [closed]
I have a react native app with social logins ( Facebook and Gmail ). Because of the new apple policies update, we need to integrate apple login for uploading it to the app store.We are already done...
View ArticleHow to Integrate Crashlytics with React Native app
I'm building my app using React Native and I want to catch crashes that happen on both Objective-C and JavaScript sides of the app.I installed Crashlytics SDK using their guide and installer and...
View ArticleType Error: null is not an object (evaluating KontakModule.stopDiscovery')
An error occurred Type Error: null is not an object (evaluating KontakModule.stopDiscovery') becauseimport Kontakt, { KontaktModule } from 'react-native-kontaktio'; after installing...
View ArticleReact Native width on tablet
I have created a new react-native app npx react-native run-ios --simulator="iPad Pro (9.7-inch)"and added the code found here:medium linkThe app looks like this on the iPad simulator:imgur imageHow can...
View ArticleFirebase Performance Monitoring React Native integration
I have install Firebase Performance monitoring on my React Native app and integrate it successfully. After i want to track my network requests performance and go through as documentation.const...
View Article