Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```