Skip to content

christian-draeger/react-native-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Example Apps

This is a react-native playground of mine.

included projects:

albums (not using redux)

  • communicates with an rest api and shows a tile view of music albums including artist name, artist picture, album name, album cover and a buy link

auth (not using redux)

  • a login view that communicates with firebase as authentication service. performes registrations as well as logins, error handling and conditional views depending on either you are logged in or not.

accordion (using redux)

prerequisites

  • node installed

    brew install node

  • install react-native

    npm install -g create-react-native-app

  • if you want to work with an iOS simulator you need to have XCode installed

  • if you want to work with an Android simulator you need to have one running (for instance by using Android Studios AVD Manager or Genymotion)

  • if you want to run an app on a real device install expo for Android or iPhone. After running an project on your local mashine a QR code will be prompted on your terminal. Scan this QR Code via the Expo App (your develpment mashine and your mobile device needs to be in the same WLAN to make magic happen).

add a new project

create-react-native-app AwesomeProject
cd AwesomeProject
npm start

further instructions

Have a look at the generated README.md in the AwesomeProjects root folder