Skip to content

Latest commit

 

History

History
79 lines (56 loc) · 2.27 KB

README.md

File metadata and controls

79 lines (56 loc) · 2.27 KB

💡 Introduction

This is my React Native version of the Holy bible project.

You can check the NextJS version here

📝 Minimal Requirements

  • NodeJs 14.x
  • Yarn
  • React Native environment

Getting Started

Just install the dependencies with yarn

yarn

Then, run the development script (ps: This will both react native and also the storybook server.)

yarn dev

Just open the mobile emulator :)

Open http://localhost:9999 to check your stories.

Commands

  • dev: starts both the emulator and the storybook server.
  • start: starts the app using expo
  • ios: starts expo for ios
  • ios:cache: remove all watchman metadata before start with ios
  • cache:clean:hard: resets all unversioned metadata and starts the app
  • format: runs eslint and fix everything
  • android: starts the app for android.
  • web: starts the app for web
  • eject: eject from expo
  • test: runs the unit tests with jest
  • prestorybook: runs the script rnstlin which updates all new storybook files.
  • storybook: starts the storybook server.
  • build-storybook: build the storybook.

What is inside?

This project uses:

📝 Author

Paulo Luan


Paulo Luan