https://github.com/zabojad/react-native-safe-picker
https://github.com/zabojad/react-native-safe-picker
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zabojad/react-native-safe-picker
- Owner: zabojad
- Created: 2019-02-27T10:06:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T17:08:14.000Z (over 7 years ago)
- Last Synced: 2025-01-10T03:12:00.595Z (over 1 year ago)
- Language: Objective-C
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-safe-picker
## Getting started
`$ npm install react-native-safe-picker --save`
### Mostly automatic installation
`$ react-native link react-native-safe-picker`
### Manual installation
#### iOS
1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]`
2. Go to `node_modules` ➜ `react-native-safe-picker` and add `RNSafePicker.xcodeproj`
3. In XCode, in the project navigator, select your project. Add `libRNSafePicker.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`
4. Run your project (`Cmd+R`)<
## Usage
```javascript
import RNSafePicker from 'react-native-safe-picker';
// TODO: What to do with the module?
RNSafePicker;
```