Releases: daboigbae/react-native-template
Version 3.0.0
🎉 Added TypeScript support to the template, allowing developers to write type-safe code and benefit from enhanced static type checking.
🔧 Updated the project configuration to include TypeScript-specific settings and dependencies.
♻️ Refactored existing JavaScript code to TypeScript, providing improved code quality and maintainability.
📚 Introduced TypeScript type definitions for external libraries and modules used in the template, ensuring better integration and type safety.
🔍 Implemented TypeScript linting and strict type checking rules, leading to cleaner and more robust code.
✨ Enhanced the development experience by leveraging TypeScript language features such as type inference, interfaces, and generics.
📖 Provided comprehensive documentation and examples on how to leverage TypeScript in the template for easier adoption and understanding.
v2.0.0
v1.1.0
v1.0.0
Basic react native template with the following installed packages
- axios for networking.
- lottie-react-native an ecosystem of libraries for parsing Adobe After Effects animations exported as JSON
- Munchkin a react native component library
- nativewind a universal style system
- react-native-vector-icons an icon library.
- react-navigation navigation library.
- redux for state management.
- @reduxjs/toolkit to make redux implementation easier
- redux-persist for redux store persistance.
- redux-thunk to dispatch asynchronous actions.