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
- Host: GitHub
- URL: https://github.com/abhijithvijayan/w3schoolsnative
- Owner: abhijithvijayan
- Created: 2019-05-19T14:14:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T07:04:58.000Z (about 6 years ago)
- Last Synced: 2024-10-11T20:32:01.366Z (9 months ago)
- Language: Objective-C
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.