A starter for the React Native library written in TypeScript, with linked example project and optional native code in Swift and Kotlin.
The React Native Module Template is a starter template for the React Native library written in TypeScript. It includes an example project and the option to include native code written in Swift and Kotlin. The template aims to support the latest React Native versions and follow best practices.
yarn remove-native-code
yarn to install dependencies in both the root and example foldersThe React Native Module Template is a convenient starting point for building React Native libraries in TypeScript. It provides TypeScript support, the option to include native code, and an example project for immediate testing and feedback. By following the installation guide and making necessary configuration changes, developers can quickly set up their project and start building their React Native libraries.