Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react-native-picker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ym
react-native-picker
Commits
96756f18
Commit
96756f18
authored
Jul 07, 2017
by
Troy Zhang
Committed by
GitHub
Jul 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add document for integration with existing ios app
parent
472261c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
README.md
README.md
+17
-0
No files found.
README.md
View file @
96756f18
...
...
@@ -80,6 +80,23 @@
```
### Integration With Existing Apps (`iOS`)
The
`Podfile`
will like below:
```
ruby
platform
:ios
,
'8.0'
target
'YourTarget'
do
pod
'React'
,
:path
=>
'../YOUR_REACT_NATIVE_PROJECT/node_modules/react-native'
,
:subspecs
=>
[
'Core'
,
...
]
pod
'Picker'
,
:path
=>
'../YOUR_REACT_NATIVE_PROJECT/node_modules/react-native-picker'
end
```
After you have updated the
`Podfile`
of the existing app, you can install
`react-native-picker`
like below:
```
bash
$
pod
install
```
### Notice
#### support two modes:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment