An open API service indexing awesome lists of open source software.

https://github.com/zoontek/react-native-module-template


https://github.com/zoontek/react-native-module-template

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

          

# react-native-module-template

To replace:

- `[YOUR FULL NAME]` with your own full name
- `[YOUR EMAIL ADDRESS]` with you own email address
- `[GITHUB_USERNAME]` with you own GitHub username

- `react-native-module-template` with `react-native-your-module-name`
- `com.zoontek.rnmoduletemplate` with you own package namespace (ex: `com.yourCompanyName.moduleName` - and edit the module files path accordingly `android/src/main/java/com/yourCompanyName/moduleName`)
- `RNModuleTemplate` with `RNYourModuleName` (including in the `RNModuleTemplate.podspec`, `RNModuleTemplate.xcodeproj`, `RNModuleTemplate.m`, `RNModuleTemplate.h`, `RNModuleTemplatePackage.java` and `RNModuleTemplateModule.java` filenames)