Oct 22, 2020🚪 Bypass the “Missing export compliance information” warning on App Store👋 Hey iOS/mobile developer, When you upload a new build to the App Store, you always have to wait for the processing and when the processing is done, you have to manually validate the compliance encryption which is… a waste of time (😒). The easiest solution is to just add…App Store2 min read🚪 Bypass the “Missing export compliance information” warning on App Store👋 Hey iOS/mobile developer,When you upload a new build to the App Store, you always have to wait for the processing and when the processing is done, you have to manually validate the compliance encryption which is… a waste of time (😒).The easiest solution is to just add…----1
Jun 9, 2020🤫 My React-Native little secrets to speed up a project </>This article groups all awesome (🔥) resources I found on the web while creating my first projects using the React-Native mobile dev framework. My setup: MacBook Pro 13" 2017 OS: OSX Node : v10.16.0 NPM : v6.9.0 XCode : 11.2.1 (11B53) 💻 Useful commands 🚧 Create a new project react-native init ProjectName cd ProjectName react-native run-ios Here if…React Native4 min read