1.0.1 • Published 3 years ago
react-native-hello-view-testing v1.0.1
react-native-hello-view
Getting started
$ npm install react-native-hello-view --save
Mostly automatic installation
$ react-native link react-native-hello-view
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜react-native-hello-viewand addRNHelloView.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNHelloView.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Usage
import RNHelloView from 'react-native-hello-view';
// TODO: What to do with the module?
RNHelloView;