Commit c57056e0 authored by zooble's avatar zooble Committed by GitHub

Update README.md

parent c927541b
......@@ -57,9 +57,8 @@
#### Step 3 - import and use in project
```javascript
import Picker from 'react-native-picker';
let data = [];
import Picker from 'react-native-picker';
let data = [];
for(var i=0;i<100;i++){
data.push(i);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment