Don't know how to use navigation.navigate in React Native app
I created a basic SplashScreen.tsx that just has some text on it. Then, I created this LoginCreateAccountScreen.tsx, which has a Login button and Create Account button. I want my app to show the...
View ArticleVideo cannot close from fullscreen in react-native webview (ios)
I am using react-native-community/react-native-webview and on the website we have Nexx player for playing videos. Android works fine but I have problems with ios. On ios, I have a fullscreen modal...
View ArticleHow do i add a view on app window by use react-native?
This is a screen with navigation. I want add a view full on phone window. Now my code only cover the screen not excluding navigation. Who can help me?
View Articlereact-native-firebase notifications().onNotification() is never called in ios
I sent test messages from firebase console but firebase.notifications().onNitification((notification :Notification)=>{ console.log(notification); }) was never called. The versions- "react-native":...
View ArticleHow do i use react native RCNAsyncStorage module from native swift code
I have a react native app where I am using RNCAsyncStorage npm module for simple data persistence. How ever, my iOS version of the app ships with a share extension, and this share extensions needs to...
View ArticleHow to write React Native support layer in my iOS SDK [closed]
I am trying to support my iOS native SDK for React Native APP for that I created Sample React Native APP that has my native SDK in it and wrote React Native APIs. Everything working fine.What I am...
View Articlei am not show Component code in react-native text component
I can't show Component code in react-native text componentI have created button component for my app.Here is my code> <TouchableOpacity> > <Text>Button</Text> >...
View ArticleThread 1: signal SIGABRT error running on XCode 11.2.1
The project(react-native) was running fine on XCode 10.2, and to test it on iOS 13, i tried opening the project with XCode 11.2.1 and the app crashes at startup and the error from the XCode 11.2.1...
View ArticleReact Native: How to select the next TextInput after pressing the "next"...
I defined two TextInput fields as follows:<TextInput style = {styles.titleInput} returnKeyType = {"next"} autoFocus = {true} placeholder = "Title" /> <TextInput style =...
View ArticleReact native - build aplication
I downloaded the react app via npx react-native init AwesomeProject. The application ran for the first time. After stopping through the terminal, the build application pauses and thus see the screen is...
View ArticleHow to change the "Bundle Identifier" within React Native?
Starting a new react-native project, the xcode-project gots the bundle-identifier "org.reactjs.native.example.XYZApp". XYZ is the placeholder here for my real project name.Is there any way to change...
View ArticleReact native fs unable to upload file to API
When i try to upload the file from "react-native-fs" uploadFiles. File not uploading. But file is present in RNFS.DocumentDirectoryPathvar files = [{name: "CCM_Errorlog",filename: "CCM_Errorlog_" + now...
View ArticleReact-native - iOS device crashes "undefined is not an object (evaluating...
The app runs fine on the emulator and all Android devices. When I try to run on an iOS device the app opens and then crashes almost instantly. I can't seem to locate the issue as s.Manager is not...
View ArticleFBSDK: Cannot read property loginwithreadpermissions of undefined
I'm setting up a React Native project using the FBSDK for login purpose.Here's what I've done so far: I ran npm install react-native-fbsdk --saveI ran react-native linkI followed each step mentioned...
View ArticleReact Native states not updating value after changing value
I am new to React-Native and its states, here I am stuck with a problem (using dummy data but my problem is same) all I want to achieve is get the latest JSONARRAY fetched from the state, based on...
View ArticleHow to add border radius on the App main view?
How can I add a border radius on the main view that surround the AppContainer like Snapchat ?Snapchat has it in all its appI tried to put a 'border-radius: 20' on the view that surround the...
View ArticleSubmitting Apple iOS app with previously used template
I've created an app specific to a certain business model and now I am helping a select group of other business teams by essentially using the same app template but with their info and content as they...
View ArticleHow to add React Native support layer inside my iOS Native SDK
What I am trying is to add a react native layer inside my iOS SDK it self to support React Native so that If some React native app uses my SDK they cal APIs directly with out they adding any layers for...
View ArticleHow to make the Alert / Modal / Dialog service appear when the application is...
I have a problem, here I made two applications say, seller and buyer. When the buyer pays with the hit API / Socket IO the Seller application displays a popup. These Pop-Up are like phone calls or...
View ArticleReact Native - sometimes app freezes when opened from background
Recently I noticed some strange bug in my IOS app (on Android I did not see that problem so far). When the release mode is installed on my real device (the same problem happens even with production app...
View Article