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

https://github.com/zabojad/react-native-safe-picker


https://github.com/zabojad/react-native-safe-picker

Last synced: over 1 year ago
JSON representation

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