Expo AV audio not playing on iOS/ iPhone
I have used Expo AV and developed a screen in my app to play audio files fetched from my server. It works fine on Android, but doesn't play anything on iPhone.When I play a button to play the audio...
View ArticleReact Native ios build error 'React/RCTBridgeModule.h' file not found with...
I am unable to build iOS App because of the issue - 'React/RCTBridgeModule.h' file not found"react": "^16.13.1", "react-native": "^0.63.4", "react-native-document-picker": "^4.2.0"iOS target -- 10.0I...
View ArticleWhat is the best game framework/engine for react-native?
What is the best framework/game engine for developing games in react-native?The game i need to develop is simple 2D game smilar to Flappy Bird. Also it need to be protect very well from cheating (users...
View ArticleShowing error Undefined symbol: _OBJC_CLASS_$_RNFirebaseMessaging
I am new to react native, In my react native project facing error while creating build in xcode(version-11.2), It is showing error " Undefined symbol: OBJC_CLASS$_RNFirebaseMessaging" while creating...
View ArticleUMModuleRegistryAdapter.h not found when running React Native app in iOS...
I have a simple React Native app that I've been testing on Android and now want to test on iOS. It's using React Navigation.I ran npm run ios but I'm getting the following error:info In file included...
View ArticleUnable to find a specification for `React-Core` depended upon by `RNCPicker`...
I was getting this error when running pod install for RNCPicker of version 1.6.0 with React Native 0.59Analyzing dependencies[!] Unable to find a specification for `React-Core` depended upon by...
View ArticleReact Native iOS Push Notification with Image
I currently have an app which was made with React Native. I need to display a local push notification, and there needs to be an image displayed within this notification. Currently, I am using the...
View Articlecreating a bridge for react native through IOS and getting an error
calling below function and getting error "Warning: Attempt to present <DigitalPayments_PaymentForm_SDK.WebViewController: 0x7f8ac4769540> on <PaymentModule: 0x7f8ac470d7d0> whose view is...
View Articleexpo-location not working in ios and not showing location permission in app...
I am trying to get current location in IOS 14, but i am getting no response and when i check in exposettings it's not showing location permission there. I have checked in both simulator and physical...
View ArticleHow to save/cache all data on device for quick loading and updates in...
I am using axios for API calls, and Async storage for storing some details like user profile and all. But Async storage seems very slow.My apps' key functionality needs internet to work, but lot of...
View ArticleHow to Have Functionality For Multiple TextFields In React Native
I am creating a login screen in react native and have created a custom input field component built off the generic textfield.My problem is when I add anymore than two input fields react native only...
View ArticleThrow new error is not working in React native iOS
Throw new error is not getting catch in ErrorBoundary componentDidCatchI have added the screenShots of the error and the codeenter image description hereenter image description here
View ArticleHow to reduce PDF file size in react native app
I am working on a react native app and i want to compress the PDF files which are more than 10MB size. Is there any plugin to reduce the size of PDF ?
View ArticleIdentify Return Key action in React Native
I have a TextInput which I have enabled multiline as true. Thing is the Keyboard won't hide after Return is pressed. It goes to a new line. So I was hoping to use react-native-dismiss-keyboard. To...
View ArticleFirebase crashlytics not getting correct error line in React native
Firebase crashlytics not getting correct error line in React native code,stack trace is showing the crash error lines in Xcode only but not in React native codeDevice details iPhone simulator 13.3enter...
View ArticleReact Native iOS build succeeds locally but fails on CI server
I recently updated a React Native project to version 0.59, and the built-in AsyncStorage is now deprecated. So I installed the @react-native-community/react-native-async-storage package instead as...
View Articlehow do i capture the accelerometer in the background with react native
I am developing a posture checking app with react native expo CLI. So I'm trying to check the posture of the user when they are using my app so they can maintain good posture using the Accelerometer i...
View ArticleHow to stop landscape orientation, particularly in iPhone SE in react native?
All DevicesI can stop orientation in all the devices but for iPhone SE only I need to stop the orientationOnly For iPhone SE, I need only for iPhone 5
View ArticleApp closes on start when trying to run react-native run-ios
I'm facing some issues with running react-native run-ios on my react native project.After the command the app as loading, black screen appears for a few seconds and then the app is closes.Here is a log...
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 Article