Installing
This section will help you walk through the minimum step by step to run Kindie mobile application
Last updated
Was this helpful?
This section will help you walk through the minimum step by step to run Kindie mobile application
Last updated
Was this helpful?
Inorder to do this step, please make sure all compatibility requirements were installed
After install all development OS at now you have to install some tools, dependencies to run the Kindie mobile app.
Follow and install sample app to make sure you:
React Native is an open-source mobile application framework created by Facebook.It is used to develop applications for Android, iOS, Web and UWPby enabling developers to use React along with native platform capabilities. You can refer full document about React Native here:
4.1 If you need to build for Android device:
4.2 If you need to build for iOS device:
This is a powershell security policy, to fix it run the following:
The stricter the policy, the more secure your system becomes.
You can change RemoteSigned to other options like: Restricted
, AllSigned
, RemoteSigned
, Unrestricted
1. Error: Pod command not found?
Answer: You have to install cocapods
Answer: because you did not install react native commandline, please run to install
3. Unable to load script. Make you're either running a Metro server...
Answer: You need starting dev server, from Visual Studio Code terminal, run:
4. Could not install npm?
5. Build failed?
Answer: Clean android and build again
Source:
Answer: Because the npm is too old. You have to remove npm and install again ( refer: )
*** We recommend installing Node and Python2 via , a popular package manager for Windows.