how can integrate the Native iOS Library from react native & get back to...
In my react native app, i want to integrate one of iOS native library. Here the library has been written for UINavigation stack, so they added a button to go back the app from library.In native iOS the...
View ArticleReact Native font size differs on Xcode/Simulator vs physical device
I have been having trouble getting my React Native app layout to look the same on a physical iPhone 11 Pro as it does on an iOS simulator of an iPhone 11 Pro. Specifically the issue is with text...
View ArticleHow do i customise the Alert.alert() box for iOS in React Native?
How do I change the background colour and text colour of the Alert.alert() box for iOS in react native?
View Articletawk.to integration in React native?
Is it possible to integrate https://tawk.to in React Native?I saw there are integration supports for web but a React Native module would be great
View Articlereact-native iOS release build Error loading local images and icon
After upgrading my RN version from 0.61.0 to 0.61.2 when i made a release build then it shows error saying that No bundle url present. then i delete my main.jsBundle from xcode and create that file...
View ArticleReact-Native: Library not found iOS
I encounter a wired error. I am getting Library not found for -lBase64. I checked all the settings for iOS. I checked if Library is missing in Link Binary With Libraries, checked for twice entries in...
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: { width:...
View ArticleHow come my image is not showing - react native
I was wondering why my image is not showing, I have tried several things but still can not find the solutions, I have compared it to several tutorials. What I want is for my image to be in the...
View ArticleNo visible @interface for 'RNCAsyncStorage' declares the selector
I'm working on a brownfield integration on react-native-asyncstorage.In the pod file, RNCAsyncStorage.h has the following:#import <React/RCTBridgeModule.h>#import...
View ArticleSplashScreen.show() doesn't show on ios react-native
Using react-native-splash-screen 3.2.0 and on React Native 0.61.4. .show() doesn't work.i need a help .SplashScreen.show()
View ArticleImageBackground does not appear when sending to review
My background images in the ios simulator (iphone,ipad) are displayed but when I send a review to the app store they tell me that the image background does not appear, why is the problem?
View ArticleCarthage build failed Xcode 12 12A7209 building
Carthage File contents:github "SwiftyJSON/SwiftyJSON"Error:Build FailedTask failed with exit code 1:/usr/bin/xcrun lipo -create...
View ArticlePush Notifications on expo bare workflow: getExpoPushTokenAsync not resolving
I have trouble getting expo-notifications working with the bare workflow in a couple of our ejected apps. When troubleshooting I tested the setup with a new and clean project – these are the steps I...
View ArticleHow to build react native iOS app with docker?
I want to build my react native iOS app using docker, My problem is that when I run react-native run-ios I'm getting an error that it cant find the simulator. I know the issue occur because I don't...
View ArticleReact Native CLI vs Expo CLI which one to use?
I'm planning to develop an Mobile App in react-native, as i'm new to this language and i have gone through some react-native tutorial videos in udemy, i just want to know the difference between React...
View ArticleWhat is the difference between react-native cli and Expo with Bare workflow?
I am going to build a very big application with multiple complex functionalities. but I am stuck on bellow points -What is the difference between react-native cli and Expo with Bare workflow?what...
View Articleios Could not get BatchedBridge, make sure your bundle is packaged properly
I am getting this while running app on simulator using xCode, version 9.2I've tried other solution mentioned on Stack overflow & Github S1S2S3S4 but most of the solution are mentioned for...
View ArticleFabric : /ios/Pods/Fabric/run”: No such file or directory
using pod to install fabric but getting /ios/Pods/Fabric/run”: No such file or directory,i added run script in “${PODS_ROOT}/Fabric/run”<API KEY> <S KEY>”show environment variable in build...
View ArticleBig Sur, React Native and launchPackager.command
Since upgrading to macOS Big Sur every time I run an React Native app with npx react-native run-ios it opens the package manager in TextEdit instead of a Terminal.When running...
View ArticleHow to make a "Rate this app" link in React Native app?
How to properly link a user to reviews page at App Store app in React Native application on iOS?
View Article