https://github.com/zoontek/react-native-module-template
https://github.com/zoontek/react-native-module-template
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zoontek/react-native-module-template
- Owner: zoontek
- License: mit
- Created: 2021-10-10T12:26:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T22:23:11.000Z (over 4 years ago)
- Last Synced: 2025-02-23T10:24:45.631Z (over 1 year ago)
- Language: Java
- Size: 261 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
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)