Listen to KSDT Radio on the go !
Make sure you have Node.js installed on your machine. To check if you have node installed, type npm -v
and if numbers appear then your computer already has Node.js and you're good to go.
Once Node.js is installed, run the following command to install React Native:
npm install -g create-react-native-app
If permission errors occur, try running the command as an Administrator: sudo npm install -g create-react-native-app
React Native requires the Expo Client as a dependency so run the following command to install it:
npm install --global expo-cli
Again, run as an Administrator if permission errors occur.
Make a new folder called ksdtApp
and navigate to it on your command line.
Clone the project unto your folder (using HTTPS):
git clone https://github.com/ksdt/mobileApp.git
Navigate to the project folder and run it
cd ksdtApp
npm start
You should see a QR on your command line if the project ran successfully.
The simplest way is to download the Expo Client App on your mobile device to view the project.
On iOS, once you've dowloaded the Expo Client App, open the camera and scan the QR code on the terminal.
On Andriod, scan the QR code using the Expo Client App.
If any troubles persist, you can also run the app using emulators.
Download XCode
Download Android Visual Studio