Installations
npm install react-native-template-cd
Developer Guide
Typescript
No
Module System
N/A
Node Version
11.11.0
NPM Version
6.9.0
Score
64.1
Supply Chain
96.4
Quality
76
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
TypeScript (86.44%)
JavaScript (13.56%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
Download Statistics
Total Downloads
6,043
Last Day
1
Last Week
23
Last Month
87
Last Year
403
GitHub Statistics
3 Stars
6 Commits
3 Watching
1 Branches
2 Contributors
Bundle Size
393.00 B
Minified
242.00 B
Minified + Gzipped
Package Meta Information
Latest Version
0.0.30
Package Id
react-native-template-cd@0.0.30
Unpacked Size
14.59 kB
Size
5.18 kB
File Count
23
NPM Version
6.9.0
Node Version
11.11.0
Total Downloads
Cumulative downloads
Total Downloads
6,043
Last day
0%
1
Compared to previous day
Last week
-30.3%
23
Compared to previous week
Last month
383.3%
87
Compared to previous month
Last year
-23.5%
403
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
No dependencies detected.
React-Native Template CD
Updates 03/23/2019
- Uses latest React Native (0.59.1)
- Added React Hooks example
- Added basic theming options
- Added a basic component example
- Added Size Matters to control sizes on all devices
- Added Responsive Font to control font sizes on all devices
- Added React Navigation and some additional Screens
Roadmap
- Add Crashlytics
- Add Fabric
- Add Firebase / Firestore
- Add Redux
- Add Fastlane
Requirements
sudo gem install cocoapods
yarn global add react-native-cli
Instructions
To start a new React Native Project, simply run:
react-native init <appName> --template cd
Then, when finished:
cd <appName>
yarn start
Launch Simulator / Emulator:
IOS Simulator:
cd <appName>
react-native run-ios --simulator="iPhone X"
Android Emulator:
cd <appName>
react-native run-android
Features
- TypeScript
- Redux - WIP
- Firebase - WIP
- React-Navigation
- Fastlane - WIP
- Crashlytics - WIP
- Fabric - WIP
- Prettier
- TSLint
- Jest
Additional Setup
- You may need to link some dependencies
react-native link react-native-gesture-handler
Pod Setup
cd ios/"
pod init && pod install"
Issues
- Pull Requests are helpful, fix it and ship it.
- Isssues regarding:
null is not an object ( evaluating 'RNGestureHandlerModule.Direction')
- find solution here: https://github.com/kmagiera/react-native-gesture-handler/issues/494 - Issues regarding
Error: Unable to resolve module
./index- just close metro and run
npm run start --reset-cacheor
yarn start --reset-cache` and you should be up and running.
Author
MIT License
Copyright (c) 2018 Colorful Dots, LLC
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/6 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
Last Scanned on 2025-02-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More