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
e8ff6cc7
Commit
e8ff6cc7
authored
Dec 07, 2017
by
xwenliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unlink picker
parent
ceb35185
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
23 deletions
+1
-23
example/PickerTest/android/app/build.gradle
example/PickerTest/android/app/build.gradle
+0
-1
example/PickerTest/android/app/src/main/java/com/pickertest/MainApplication.java
...oid/app/src/main/java/com/pickertest/MainApplication.java
+1
-3
example/PickerTest/android/settings.gradle
example/PickerTest/android/settings.gradle
+0
-2
example/PickerTest/ios/PickerTest.xcodeproj/project.pbxproj
example/PickerTest/ios/PickerTest.xcodeproj/project.pbxproj
+0
-17
No files found.
example/PickerTest/android/app/build.gradle
View file @
e8ff6cc7
...
@@ -137,7 +137,6 @@ android {
...
@@ -137,7 +137,6 @@ android {
}
}
dependencies
{
dependencies
{
compile
project
(
':react-native-picker'
)
compile
fileTree
(
dir:
"libs"
,
include:
[
"*.jar"
])
compile
fileTree
(
dir:
"libs"
,
include:
[
"*.jar"
])
compile
"com.android.support:appcompat-v7:23.0.1"
compile
"com.android.support:appcompat-v7:23.0.1"
compile
"com.facebook.react:react-native:+"
// From node_modules
compile
"com.facebook.react:react-native:+"
// From node_modules
...
...
example/PickerTest/android/app/src/main/java/com/pickertest/MainApplication.java
View file @
e8ff6cc7
...
@@ -3,7 +3,6 @@ package com.pickertest;
...
@@ -3,7 +3,6 @@ package com.pickertest;
import
android.app.Application
;
import
android.app.Application
;
import
com.facebook.react.ReactApplication
;
import
com.facebook.react.ReactApplication
;
import
com.beefe.picker.PickerViewPackage
;
import
com.facebook.react.ReactNativeHost
;
import
com.facebook.react.ReactNativeHost
;
import
com.facebook.react.ReactPackage
;
import
com.facebook.react.ReactPackage
;
import
com.facebook.react.shell.MainReactPackage
;
import
com.facebook.react.shell.MainReactPackage
;
...
@@ -23,8 +22,7 @@ public class MainApplication extends Application implements ReactApplication {
...
@@ -23,8 +22,7 @@ public class MainApplication extends Application implements ReactApplication {
@Override
@Override
protected
List
<
ReactPackage
>
getPackages
()
{
protected
List
<
ReactPackage
>
getPackages
()
{
return
Arrays
.<
ReactPackage
>
asList
(
return
Arrays
.<
ReactPackage
>
asList
(
new
MainReactPackage
(),
new
MainReactPackage
()
new
PickerViewPackage
()
);
);
}
}
...
...
example/PickerTest/android/settings.gradle
View file @
e8ff6cc7
rootProject
.
name
=
'PickerTest'
rootProject
.
name
=
'PickerTest'
include
':react-native-picker'
project
(
':react-native-picker'
).
projectDir
=
new
File
(
rootProject
.
projectDir
,
'../node_modules/react-native-picker/android'
)
include
':app'
include
':app'
example/PickerTest/ios/PickerTest.xcodeproj/project.pbxproj
View file @
e8ff6cc7
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
5E9157361DD0AC6A00FF2AA8
/* libRCTAnimation.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
5E9157331DD0AC6500FF2AA8
/* libRCTAnimation.a */
;
};
5E9157361DD0AC6A00FF2AA8
/* libRCTAnimation.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
5E9157331DD0AC6500FF2AA8
/* libRCTAnimation.a */
;
};
832341BD1AAA6AB300B99B32
/* libRCTText.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
832341B51AAA6A8300B99B32
/* libRCTText.a */
;
};
832341BD1AAA6AB300B99B32
/* libRCTText.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
832341B51AAA6A8300B99B32
/* libRCTText.a */
;
};
ADBDB9381DFEBF1600ED6528
/* libRCTBlob.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
ADBDB9271DFEBF0700ED6528
/* libRCTBlob.a */
;
};
ADBDB9381DFEBF1600ED6528
/* libRCTBlob.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
ADBDB9271DFEBF0700ED6528
/* libRCTBlob.a */
;
};
3874DA5F21CD465D9E5FA1B6
/* libRCTBEEPickerManager.a in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
A19D256015574FD78B272EDA
/* libRCTBEEPickerManager.a */
;
};
/* End PBXBuildFile section */
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
/* Begin PBXContainerItemProxy section */
...
@@ -264,8 +263,6 @@
...
@@ -264,8 +263,6 @@
78C398B01ACF4ADC00677621
/* RCTLinking.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
RCTLinking.xcodeproj
;
path
=
"../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"
;
sourceTree
=
"<group>"
;
};
78C398B01ACF4ADC00677621
/* RCTLinking.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
RCTLinking.xcodeproj
;
path
=
"../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"
;
sourceTree
=
"<group>"
;
};
832341B01AAA6A8300B99B32
/* RCTText.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
RCTText.xcodeproj
;
path
=
"../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"
;
sourceTree
=
"<group>"
;
};
832341B01AAA6A8300B99B32
/* RCTText.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
RCTText.xcodeproj
;
path
=
"../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"
;
sourceTree
=
"<group>"
;
};
ADBDB91F1DFEBF0600ED6528
/* RCTBlob.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
RCTBlob.xcodeproj
;
path
=
"../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"
;
sourceTree
=
"<group>"
;
};
ADBDB91F1DFEBF0600ED6528
/* RCTBlob.xcodeproj */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"wrapper.pb-project"
;
name
=
RCTBlob.xcodeproj
;
path
=
"../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"
;
sourceTree
=
"<group>"
;
};
62084A3DA0E44393833AEE25
/* RCTBEEPickerManager.xcodeproj */
=
{
isa
=
PBXFileReference
;
name
=
"RCTBEEPickerManager.xcodeproj"
;
path
=
"../node_modules/react-native-picker/ios/RCTBEEPickerManager.xcodeproj"
;
sourceTree
=
"<group>"
;
fileEncoding
=
undefined
;
lastKnownFileType
=
wrapper.pb-project
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
A19D256015574FD78B272EDA
/* libRCTBEEPickerManager.a */
=
{
isa
=
PBXFileReference
;
name
=
"libRCTBEEPickerManager.a"
;
path
=
"libRCTBEEPickerManager.a"
;
sourceTree
=
"<group>"
;
fileEncoding
=
undefined
;
lastKnownFileType
=
archive.ar
;
explicitFileType
=
undefined
;
includeInIndex
=
0
;
};
/* End PBXFileReference section */
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
/* Begin PBXFrameworksBuildPhase section */
...
@@ -294,7 +291,6 @@
...
@@ -294,7 +291,6 @@
832341BD1AAA6AB300B99B32
/* libRCTText.a in Frameworks */
,
832341BD1AAA6AB300B99B32
/* libRCTText.a in Frameworks */
,
00C302EA1ABCBA2D00DB3ED1
/* libRCTVibration.a in Frameworks */
,
00C302EA1ABCBA2D00DB3ED1
/* libRCTVibration.a in Frameworks */
,
139FDEF61B0652A700C62182
/* libRCTWebSocket.a in Frameworks */
,
139FDEF61B0652A700C62182
/* libRCTWebSocket.a in Frameworks */
,
3874DA5F21CD465D9E5FA1B6
/* libRCTBEEPickerManager.a in Frameworks */
,
);
);
runOnlyForDeploymentPostprocessing
=
0
;
runOnlyForDeploymentPostprocessing
=
0
;
};
};
...
@@ -463,7 +459,6 @@
...
@@ -463,7 +459,6 @@
832341B01AAA6A8300B99B32
/* RCTText.xcodeproj */
,
832341B01AAA6A8300B99B32
/* RCTText.xcodeproj */
,
00C302DF1ABCB9EE00DB3ED1
/* RCTVibration.xcodeproj */
,
00C302DF1ABCB9EE00DB3ED1
/* RCTVibration.xcodeproj */
,
139FDEE61B06529A00C62182
/* RCTWebSocket.xcodeproj */
,
139FDEE61B06529A00C62182
/* RCTWebSocket.xcodeproj */
,
62084A3DA0E44393833AEE25
/* RCTBEEPickerManager.xcodeproj */
,
);
);
name
=
Libraries
;
name
=
Libraries
;
sourceTree
=
"<group>"
;
sourceTree
=
"<group>"
;
...
@@ -1011,11 +1006,9 @@
...
@@ -1011,11 +1006,9 @@
TEST_HOST
=
"$(BUILT_PRODUCTS_DIR)/PickerTest.app/PickerTest"
;
TEST_HOST
=
"$(BUILT_PRODUCTS_DIR)/PickerTest.app/PickerTest"
;
LIBRARY_SEARCH_PATHS
=
(
LIBRARY_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(inherited)"
,
"\"$(SRCROOT)/$(TARGET_NAME)\""
,
);
);
HEADER_SEARCH_PATHS
=
(
HEADER_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(inherited)"
,
"$(SRCROOT)/../node_modules/react-native-picker/ios/RCTBEEPickerManager"
,
);
);
};
};
name
=
Debug
;
name
=
Debug
;
...
@@ -1036,11 +1029,9 @@
...
@@ -1036,11 +1029,9 @@
TEST_HOST
=
"$(BUILT_PRODUCTS_DIR)/PickerTest.app/PickerTest"
;
TEST_HOST
=
"$(BUILT_PRODUCTS_DIR)/PickerTest.app/PickerTest"
;
LIBRARY_SEARCH_PATHS
=
(
LIBRARY_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(inherited)"
,
"\"$(SRCROOT)/$(TARGET_NAME)\""
,
);
);
HEADER_SEARCH_PATHS
=
(
HEADER_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(inherited)"
,
"$(SRCROOT)/../node_modules/react-native-picker/ios/RCTBEEPickerManager"
,
);
);
};
};
name
=
Release
;
name
=
Release
;
...
@@ -1062,7 +1053,6 @@
...
@@ -1062,7 +1053,6 @@
VERSIONING_SYSTEM
=
"apple-generic"
;
VERSIONING_SYSTEM
=
"apple-generic"
;
HEADER_SEARCH_PATHS
=
(
HEADER_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(inherited)"
,
"$(SRCROOT)/../node_modules/react-native-picker/ios/RCTBEEPickerManager"
,
);
);
};
};
name
=
Debug
;
name
=
Debug
;
...
@@ -1083,7 +1073,6 @@
...
@@ -1083,7 +1073,6 @@
VERSIONING_SYSTEM
=
"apple-generic"
;
VERSIONING_SYSTEM
=
"apple-generic"
;
HEADER_SEARCH_PATHS
=
(
HEADER_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(inherited)"
,
"$(SRCROOT)/../node_modules/react-native-picker/ios/RCTBEEPickerManager"
,
);
);
};
};
name
=
Release
;
name
=
Release
;
...
@@ -1113,11 +1102,9 @@
...
@@ -1113,11 +1102,9 @@
TVOS_DEPLOYMENT_TARGET
=
9.2
;
TVOS_DEPLOYMENT_TARGET
=
9.2
;
LIBRARY_SEARCH_PATHS
=
(
LIBRARY_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(inherited)"
,
"\"$(SRCROOT)/$(TARGET_NAME)\""
,
);
);
HEADER_SEARCH_PATHS
=
(
HEADER_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(inherited)"
,
"$(SRCROOT)/../node_modules/react-native-picker/ios/RCTBEEPickerManager"
,
);
);
};
};
name
=
Debug
;
name
=
Debug
;
...
@@ -1147,11 +1134,9 @@
...
@@ -1147,11 +1134,9 @@
TVOS_DEPLOYMENT_TARGET
=
9.2
;
TVOS_DEPLOYMENT_TARGET
=
9.2
;
LIBRARY_SEARCH_PATHS
=
(
LIBRARY_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(inherited)"
,
"\"$(SRCROOT)/$(TARGET_NAME)\""
,
);
);
HEADER_SEARCH_PATHS
=
(
HEADER_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(inherited)"
,
"$(SRCROOT)/../node_modules/react-native-picker/ios/RCTBEEPickerManager"
,
);
);
};
};
name
=
Release
;
name
=
Release
;
...
@@ -1176,7 +1161,6 @@
...
@@ -1176,7 +1161,6 @@
TVOS_DEPLOYMENT_TARGET
=
10.1
;
TVOS_DEPLOYMENT_TARGET
=
10.1
;
LIBRARY_SEARCH_PATHS
=
(
LIBRARY_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(inherited)"
,
"\"$(SRCROOT)/$(TARGET_NAME)\""
,
);
);
};
};
name
=
Debug
;
name
=
Debug
;
...
@@ -1201,7 +1185,6 @@
...
@@ -1201,7 +1185,6 @@
TVOS_DEPLOYMENT_TARGET
=
10.1
;
TVOS_DEPLOYMENT_TARGET
=
10.1
;
LIBRARY_SEARCH_PATHS
=
(
LIBRARY_SEARCH_PATHS
=
(
"$(inherited)"
,
"$(inherited)"
,
"\"$(SRCROOT)/$(TARGET_NAME)\""
,
);
);
};
};
name
=
Release
;
name
=
Release
;
...
...
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