An open API service indexing awesome lists of open source software.

https://github.com/abhijithvijayan/w3schoolsnative

React-Native-App for w3schools.com
https://github.com/abhijithvijayan/w3schoolsnative

Last synced: 3 months ago
JSON representation

React-Native-App for w3schools.com

Awesome Lists containing this project

README

        

# W3schools-Native-App

React-Native-App for w3schools.com

## Available Scripts

### `npm start`

Runs your app in development mode.

#### `npm test`

Runs the [jest](https://github.com/facebook/jest) test runner on your tests.

#### `npm run bundle`

This will start the process of "bundling" the Javascript code.

#### `npm run android`

Like `npm start`, but also attempts to open your app on a connected Android device or emulator.

#### `npm run ios`

Like `npm start`, but also attempts to open your app on a connected ios device or emulator.

#### `npm run bundle:android`

This will start the process of "building" the APK for release.

#### `npm run build:android`

This will start the process of "building" the APK for release and also attempts to open your app on a connected Android device or emulator.

### Note:

There exists lot of unnecessary file(s)-structure under `src/` directory. Remove them if necessary.