Building old version of React-Native app with Xcode 11
I just started working on an already existing React-Native app that needs a really small update, but that has not been updated since October 2019.The first thing I need, in order to start updating it,...
View ArticleOpen react native project in xcode
I'm sure I'm missing something simple. I have a React Native project working and I'm attempting to get it on the app stores. Following those instructions, after I have created my provisioning profile...
View ArticleCan't see time at the top of my app because the top bar is dark
So this is a pretty dumb question. But the color scheme of the app includes a lot of black, including the top bar, this hides the black characters of the time. Is there any way to get the time to show...
View ArticleClear Xcode Compile Warnings
The app I'm building is currently out for beta testing, in the meantime I'd like to get rid of the 90+ compile warnings.Is it just a case of manually going through each warning and correcting it, or is...
View ArticleHow can I get the log of a TestFlight app from xcode
I am building a react native app and I would like to see the logs of a release build in ios.Is it possible to get the console.log of a TestFlight app from xcode, like in development mode? Thanks for...
View ArticleExiting because upload-symbols was run in validation mode
Im trying to add Fabric to my xcode project. I've done so succesfully in the past but now facing issues with a react-native project. Having looked around, i've tried pretty much all combinations...
View ArticleHow to create a distributive react-native app for iOS?
I have created a react-native app using the tools - VS Code, expo, react-native.I am able to run the app on expo client as well as xcode simulator easily on my laptop. What I want now is to make a...
View ArticleWhy does React Native iOS emulator's reload shortcut sometimes stop working?
Occasionally the Cmd+R keyboard shortcut to reload the React Native iOS emulator stops working. The Cmd+D command to open the developer menu still works, and I can reload from there, and when I close...
View ArticleIs it possible to build an Android SDK and iOS SDK using React Native?
In my company we are building Android SDKs and iOS SDKs. The reason why we are building SDKs is because we don't want to give away our code and methods to ours customers, we just want to hide how we...
View ArticledrawerLockMode : 'locked-closed' not working directly with createStackNavigator
When I specify drawerLockMode direactly with createStackNavigator it is not working.const drawerStack = createStackNavigator({ HomeScreen: { screen: HomeScreen },}, { headerMode: 'screen',...
View ArticleAny Drag & Drop app front-end creator with code [closed]
I am a Laravel backend developer and just finished creating the API for my App. I have no knowledge about front-end designing. I Just want to ask that is there any service or software where I can...
View ArticleIntegrating a react-native app in iOS project
Looking at these docs keeping in mind I am using RN 62.2 Adding a react-native plugin(app) to iOS app, there is a Ultimately, your Podfile should look something similar to this section that shows what...
View ArticleReact Native: What is the difference between running app with Xcode vs...
I know that clicking run in Xcode builds and runs the project. But running react-native run-ios also builds and runs it. What's the difference other than that Xcode has more specific error messages?
View ArticleHow to keep react-native app as LTR (right to left)
I have created a simple chat application with react-native, it looks very nice when the device language is left to right, but on devices with RTL (right to left) Language it looks very bad and layout...
View ArticleOS pod install error. Module glog cannot be installed
I'am trying to upgrade "react-native" from "0.50.4" to "0.55".When I run pod install, i receive an errorchecking for a BSD-compatible install... /usr/local/bin/ginstall -cchecking whether build...
View ArticleHow to keep react-native app as LTR (left to right)
I have created a simple chat application with react-native, it looks very nice when the device language is left to right, but on devices with RTL (right to left) Language it looks very bad and layout...
View ArticleCannot send push notifications iOS using APN Auth Key
I attempting to send a push notification to my react native project. When sending to single device (provided FCM Token), it thrown an errorInvalid APNs certificate. Check the certificate in Settings.So...
View ArticleHow to detect Developer Options are enabled in react native?
For some security reasons i want to restrict the users who are enabled the developer options. How can i detect in react native?Thanks in advance
View ArticleReact Native App crashes on Launch Screen on device
I'm starting with React Native, everything works fine in the iOS simulator. I decide to try it on a device.The app launches, I can play with it, I close/reopen it around 4 or 5 times, and then somewhat...
View ArticleReact-native: How to build for ios from windows
We are starting to work with react-native at my company. We have one mac and the rest of the team is running on windows. Is there a way to write the app on windows with the ios device connected to the...
View Article