React Native: Can't see changes to my code
I'm a beginner with React Native. I've followed the simple tutorial from the offical doc, but I have a problem when I try to see my code changes. The doc says: For Android, you can edit...
View ArticleI try move one page other page in react native but routes.js getting issue
I can try to add react-native-router-flux in the react-native project but getting an error while run project please blew screenshot.enter link description here{ "name": "AsseProject", "version":...
View ArticleCalling native function from TypeScript in react-native
Lately I needed a simple function to interact with the native code, but I decided not to build a package, because it wouldn't be very useful. I created the java files exactly as if they were from a...
View ArticleGetting exception on switching from android activity to react activity
I am new to react-native. We are integrating the react native source code into an existing android project. We are following the below tutorial :...
View ArticleIncorrect Android SDK path when setting up React Native - how do I prevent my...
I am setting up React Native for the first time and am having trouble getting it to detect my Android SDK path when I run react-native run-android , it showsFAILURE: Build failed with an exception. *...
View ArticleIs Headless JS useful in React Native?
I was Android/iOS Developer. And I am studying React Native now. I wonder that is Headless js useful in React Native development environment.I can make Android/iOS native module/UI component with...
View Articlereact-native :app:installDebug FAILED
Install APK debug to my device failed.jianglinghuadeMacBook-Pro:hello jianglinghua$ react-native run-android JS server already running. Building and installing the app on the device (cd android...
View Article@react-native-firebase/auth: app not authorized Error in signInWithPhoneNumber
I am trying to set up a react-native project with firebase to signInWithPhoneNumber functionality. I am receiving an error: NativeFirebaseError: [auth/app-not-authorized] This app is not authorized to...
View ArticleSocket.io-client don't connet to server from React Native mobile application
I am trying to connect to a remote server via socket-io.client from a React Native android application, but these attempts fail, socket check. connected -> false, does not work on the connect event...
View ArticleHow to get coordinates and put marker by city name in react native?
Is it possible to get coordinates and put marker on city just by its name? I am trying to get coordinates of my search value (it is city). I am using React Native Maps and there is my code:import...
View ArticleReact native failed to launch emulator
While trying to test the android app am creating with React native, I run into this error info Launching emulator... error Failed to launch emulator. Reason: No emulators found as an output of...
View ArticleCould not find com.github.xxxx.yyyy:react-native:1.0.0. Searched in the...
https://maven.google.com/com/github/leochrish/OnBoardify/react-native/1.0.0/react-native-1.0.0.pomhttps://maven.google.com/com/github/leochrish/OnBoardify/react-native/1.0.0/react-native-1.0.0.jarfile:...
View ArticleError building react native project with the package "opentok-react-native"
I'm trying to build a React Native project which uses opentok-react-native version 0.12.2. When running my android build it fails with the following error complaining that the android support...
View ArticleReact Native project does not start on the android emulator and no error is...
I'm working on a React Native project (no Expo) end I'm using react-native-vector-iconsEverything was fine until I updated the ttf file of my icons. From that moment when I try to run my project on...
View ArticleArrayList cannot be cast to ReadableArray error in React-Nativce
I have a bridge between React-native and android which I am using to return a promise which is an ArrayList but I am facing this error: ArrayList cannot be cast to ReadableArrayThis is the function in...
View ArticleHow to push this array of objects to something that can later be pushed to...
I have an array of objects and I would like to pass it to React-Native through the bridge but as you know I can only do it via WritableNativeMap, however, I am stuck at pushing that array to...
View ArticleReact Navigation 5.x stack navigation show blank screen
//app.js "react": "16.9.0","react-native": "0.61.5", offic follow the official document but show blank screen react nativeimport React from 'react'; import { SafeAreaView, StatusBar, View, Text } from...
View ArticleThe Expo SDK requires Expo to run. i am beginner in react-native?
I am an experienced android developer and started learning react native. I am using ubuntu to make a project. I used code like this one react-native init myprojectand am using visual studio code for...
View ArticleReact-navigation drawer content is misaligned
I'm writing a React Native app that uses the react-navigation 5.x library, specifically @react-navigation/drawer. I have four screens in the drawer, each with an icon and a label. ScreenshotMy problem...
View Articleexpo keeps stopping android emulator
I am running an expo app on windows 10 using the android emulator. The tunnel builds, and the simulator starts. but expo keeps crashing on the simulator. I tried uninstalling expo off the simulator,...
View Article