Skip to content

hyochan/react-native-mobx-example

Repository files navigation

Sample project for react-native and mobx

Directories are nicely structured

  1. There are samples for mobx.
  2. You can learn how to structure react-native app.
  3. Navigate with React-Navigation's StackNavigator.
  4. Styles.js are seperated from components.
  5. Global variables and functions are in global folder.
  6. Assets are in assets folder.
  7. Global styles are defined in stylesVar.js
  8. If you use rest api call, that will be done in searchApi.js
  9. Shared components are in shared folder.

INSTALL

  1. npm install
  2. npm start
  3. Open other terminal
  4. npm run ios

React-Native version

  1. 0.47.2

Preview

  1. First Page (You can search '제주도' or '인천' or '월정리' for now on). alt text

  2. Second Page (This is a result page after search). alt text alt text

About

Simple react-native-mobx-example project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published