File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ npm install react-native-picker-xg --save
80
80
* Step2--init an react-native project
81
81
* Step3--copy the zip's content into your project
82
82
* Step4--change the index.android.js's last line `` AppRegistry.registerComponent('widgets', () => TpickerEx); `` 's widgets into your project's name.
83
- * Step5--npm install
83
+ * Step5--change the yourownip in line 19 in example/index.js to your own ip
84
+ * Step6--npm install
84
85
85
86
Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ import {
14
14
import Test3 , { CascadePicker } from '../app/pickerLogic/picker' ;
15
15
import styles from './style' ;
16
16
import { wheel2 } from './data' ;
17
- const ip = 'http://172.18.47.119:3000/' ;
17
+
18
+ // your own ip
19
+ const ip = 'http://yourownip:3000/' ;
18
20
19
21
20
22
export default class TpickerEx extends Component {
You can’t perform that action at this time.
0 commit comments