react-native-module-template
react-native-module-template copied to clipboard
A starter for the React Native library written in TypeScript, with linked example project and optional native code in Swift and Kotlin.
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I am trying to create a StackNavigator instance inside the library index.tsx to test out the navigation capabilities. I am getting the below error. Has anyone got this working within...
Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.5.1 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....
Steps to produce the problem: 1) git cloned repository 2) 'yarn' on root lib dir to install needed packages for module 3) run node rename.js 3) cd into example and...
Here is what I did 1. Clone project 2. Rename steps 3. yarn (root of react-native-module-template) 4. cd example 5. yarn && yarn android Got this this Error "Invalid Hook...
Hello, I want to ask how to add custom fonts, I already create `react-native.config.js` and add this line ``` module.exports = { project: { ios: {}, android: {}, }, assets:...
Hello! I created a module using this script, at that time it was pointing to `react-native: 0.66.3`, and `iOS 11`. I want to update it so we can use `iOS...
Bumps [activesupport](https://github.com/rails/rails) from 6.1.4.4 to 6.1.7.3. Release notes Sourced from activesupport's releases. v6.1.7.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...