https://github.com/flixyudh/react-native-javascript-template
React Native Javascript Template - getting started building RN apps for Android & iOS using javascript
https://github.com/flixyudh/react-native-javascript-template
react-native react-native-cli template
Last synced: about 1 month ago
JSON representation
React Native Javascript Template - getting started building RN apps for Android & iOS using javascript
- Host: GitHub
- URL: https://github.com/flixyudh/react-native-javascript-template
- Owner: flixyudh
- License: mit
- Created: 2024-09-15T05:54:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-16T10:31:38.000Z (over 1 year ago)
- Last Synced: 2025-11-06T04:13:38.379Z (4 months ago)
- Topics: react-native, react-native-cli, template
- Language: JavaScript
- Homepage:
- Size: 981 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Javascript Template
[![Static Badge][author-badge]][author-link] [![Version][npm-version-badge]][npm-version-link] [![MIT License][license-badge]][license-link] [![PRs Welcome][prs-welcome-badge]][prs-welcome-link]
### Usage
```sh
npx @react-native-community/cli@latest init TestingTemplate --template react-native-javascript-template
# or
npx react-native@latest init TestingTemplate --template react-native-javascript-template
```
[author-badge]: https://img.shields.io/badge/author-flix-blue
[author-link]: https://github.com/flixyudh/
[license-badge]: https://img.shields.io/badge/License-MIT-yellow.svg
[license-link]: https://opensource.org/licenses/MIT
[npm-version-badge]: https://img.shields.io/npm/v/react-native-javascript-template
[npm-version-link]: https://www.npmjs.com/package/react-native-javascript-template
[prs-welcome-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[prs-welcome-link]: https://makeapullrequest.com