Releases: react-native-community/react-native-template-typescript
Releases · react-native-community/react-native-template-typescript
6.3.2
- Change files permissions to non-executable
- Use correct dependencies from RN 0.61.1
6.3.1
- Fix issue with
global
in App.tsx
6.3.0
- Updated template and dependencies to match React Native 0.61.1
6.2.0
- Updated template and dependencies to match React Native
0.60.5
6.1.0
- Using new CLI by default 🎉
- Added latest template
- Updated dependencies
For legacy react-native-cli
usage please use legacy
branch or 5.2.1
version on npm.
5.2.1
- Fixed issue that caused the compilation to fail out of the box (#55)
5.2.0
- Synced
App.tsx
with the latest RN template with Hermes notice
5.0.1
- Fixed a post installation issue when creating the project with
yarn
5.0.0
- Added support for React Native 0.59 🎉
- Post installation setup script is now being executed automatically
- Removed
ts-jest
as this is now being handled by Babel