How to connect to localhost on a real device in react native on iOS?
I have a server running on localhost:5000 on my desktop, and when I make http requests through my react-native app when running on the iOS simulation to it, it works. However, when I connect to a real...
View Articlereact native firebase - Push notification iOS sometimes not working [closed]
I am struggling with sending Push Notification using the react-native-firebase.There are somethings strange. Sometimes, the iOS app work perfectly, but sometimes, it receives the Push Notification ONLY...
View ArticleCould not build Objective-C module 'React'
I have been working in React Native iOS project and use cocoapods. When I do "import React" in my project, it throws error "Could not build Objective-C module 'React'". And there is error in...
View ArticleExpokit: undefined method `target_installation_results'
I am having this error after creating a project with expo init, ejecting my project and cd into my ios folder then run pod install.
View ArticleApp build failed in xcode with caused by: script error: osascript: no such...
Unable to build my app suddenly. This is the error which I got Continuing in background. Error: Failed to display Xcode notification caused by: script error: osascript: no such component "JavaScript"....
View Article(Rocket.Chat.Mobile) Try to change firebase Authentication
My name is Mattia, from Italy.The boss of my company ask me to modify the code of Rocket.Chat.ReactNative. He wants change the Firebase linked to the application so that user data remain registered in...
View ArticleCan't archive with Xcode (error - PhaseScriptExecution failed with a non zero...
I am sorry for the black marks in the image. I have seen multiple posts suggesting an answer to this problem, Lock unlocks keychain (tried it), pod Update (tried it), clear build(tried it), signing,...
View Article`pod install` not successful on CircleCI
I am currently trying to get my React-Native application (without Expo) running on CircleCI, but the pod install command won't resolve.Do anyone know, how to solve the issue? Already ran the suggested...
View ArticlePlay Dash or .mpd videos react-native(IOS)
I am working on an app which have a media server and this media server provide me the URL's of different video files and these videos are in dash format or .mpd format. I go through react-native-video...
View ArticleFirebase user merge Apple account into existing one
I'm developing an app with react native(0.61.5) and I'm trying to implement several log in using react-native-firebase/auth(6.3.4)For the log in with apple I use react-native-apple-authentication it's...
View ArticleHow to resolve invalidRegistration error of Firebase in React Native
I'm using React Native and Firebase to send push notifications. So far the Android devices I've tested are receiving local and remote push notifications as intended. There is no iOS device that remote...
View Articlehow to disable rotation in React Native?
I would like to support only portrait view. How can I make a React Native app not to autorotate? I tried searching documentation and Github issues, but I didn't find anything helpful.
View Articleonce build(release mode) generated react-native-event-listeners has stopped...
Integrated react-native-event-listeners library for emitting events in the app depending upon an action and then added listeners to listen for the same event on other screen, which is working pretty...
View ArticleCan't show Image in React Native
I'm using react-native 0.28.0I'm trying to show an image on iPhone simulator according to this tutorial: http://www.appcoda.com/react-native-introduction/var styles = StyleSheet.create({ image: {...
View ArticleClarification: How to add the customize package inside my app in react-native
I have changed a react-native package src component as per my requirement. How can I add that in my app?(i.e) I have added react-native-floating-action and changed some styles in FloatingActionItem.js...
View ArticleDetermining if geolocation enabled with react native
Building an app with RN I use the following to receive user's location : navigator.geolocation.getCurrentPosition( (position) => { //do stuff with location }, (error) => { //error or locaiton not...
View ArticleOn Application Resume From Background To Foreground, App Restarts From First...
I have following navigation stackconst AppNavigator = createStackNavigator({ AppSplashScreen: AppSplashScreen, LanguageScreen: LanguageScreen, WalkthroughScreen: WalkthroughScreen, LoginScreen:...
View ArticleRelease mode diagnostics in React Native
Is there any way to get React Native to output all console.log calls to same place NSLog goes? Is there a way I can see the outputs from console.log in Release mode? If not is there an NSLog helper for...
View ArticleReact-native-firebase: Push notifications not always working on iOS
I implemented an app in react-native that send push notifications via Firebase. Most of the time, it is working well, but sometimes, the push notifications are not received by the device (mostly iOS 13...
View ArticleHow to make the React Native Gifted Chat icon change if the chat isn't sent...
I use react native gifted chat, and I want that when a user fails to send a chat to the server then the icon in the bubble changes?Maybe if a user fails to send a message, an icon like this will...
View Article