Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swashcap/reactnativewithcomponents
Testing native components inside react-native applications.
https://github.com/swashcap/reactnativewithcomponents
react-native
Last synced: about 2 months ago
JSON representation
Testing native components inside react-native applications.
- Host: GitHub
- URL: https://github.com/swashcap/reactnativewithcomponents
- Owner: swashcap
- License: apache-2.0
- Created: 2017-11-16T17:42:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T22:37:42.000Z (about 7 years ago)
- Last Synced: 2024-11-10T03:37:44.233Z (3 months ago)
- Topics: react-native
- Language: Objective-C
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactNativeWithComponents
Testing native components inside react-native applications.
```shell
# Install dependencies
yarn install# Run iOS
npx react-native-cli run-ios# Run Android:
npx react-native-cli run-android
```