/react-native-demo

Simple UI-Demo with with a basic functionality.

Primary LanguageJavaScript

Simple UI-Demo with React Native

Simple UI-Demo with with a basic functionality.

For a preview go to https://expo.io/@fwidder/react-native-demo

Getting started

Step 1 - Download the code from Github

Download code using ssh:

# clone Github repository
git clone git@github.com:fwidder/react-native-demo.git

Download code using https:

# clone Github repository
git clone https://github.com/fwidder/react-native-demo.git

Step 2 - Download dependencies and Start Dev-Server

cd react-native-demo
npm install
npm run start

Step 3 - Download Expo-App

Open Expo Client on your device. Use it to scan the QR code printed by exp start. You may have to wait a minute while your project bundles and loads for the first time.

Step 4 - Start Coding

Open the App.js file and start editing it!

This project was bootstrapped with Create React Native App.