Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/demchenkoalex/react-native-better-template
Base React Native template with TypeScript, Swift and Kotlin support.
https://github.com/demchenkoalex/react-native-better-template
boilerplate kotlin react-native swift template typescript
Last synced: about 2 months ago
JSON representation
Base React Native template with TypeScript, Swift and Kotlin support.
- Host: GitHub
- URL: https://github.com/demchenkoalex/react-native-better-template
- Owner: demchenkoalex
- License: mit
- Created: 2021-03-21T23:53:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-26T20:47:57.000Z (about 3 years ago)
- Last Synced: 2024-12-16T07:03:16.613Z (about 2 months ago)
- Topics: boilerplate, kotlin, react-native, swift, template, typescript
- Language: Kotlin
- Homepage:
- Size: 180 KB
- Stars: 24
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Better Template
Base React Native template with TypeScript, Swift and Kotlin support.
Are you looking for the library template? Check [react-native-module-template](https://github.com/demchenkoalex/react-native-module-template).
## Alternatives
[react-native-template-typescript](https://github.com/react-native-community/react-native-template-typescript)
### Why this template?
* Base React Native template, no unnecessary dependencies
* TypeScript support
* Native projects are in Swift and Kotlin
* Same bundle and application IDs for iOS and Android
* Works on Apple Silicon
* Everything is up-to-date
* No semicolons 🤫 (still easily configurable)## Usage
```sh
npx react-native init MyApp --template react-native-better-template
```## License
[MIT](LICENSE)