Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 2.38 KB

README.md

File metadata and controls

62 lines (47 loc) · 2.38 KB

⚛️ React Native Components (Updated)

This project was created with React Native CLI and TypeScript template.

1. Description

This project it's a new practical React Native App (CLI) with plenty components and functionality:

2. Theme App

For this app, you'll find context use to set light and black theme generally. I recommend read the next article to have more idea about it:

3. Available Scripts

  • The project has been tested on Android device

In the project directory, you can run special commands like these:

To install dependencies

  • $ npm install | $ yarn install
  • $ npx react-native run-android
  • $ npx react-native run-ios (iOS)
    • $ cd project/ios/ and run $ pod install

To start the development server (Metro Bundler)

  • $ npx react-native start

4. Notice

  • Developed by Parterdev