Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 27
buildToolsVersion "23.0.1"
compileSdkVersion 29
buildToolsVersion "29.0.2"

defaultConfig {
minSdkVersion 16
Expand Down
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.beefe.picker">
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<!-- <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> -->
</manifest>
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"name": "react-native-picker",
"version": "4.3.7",
"description": "A Native Picker with high performance.",
"name": "react-native-picker-mmd",
"version": "2.0.0",
"description": "A Native Picker with high performance and no access system alert window",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:beefe/react-native-picker.git"
"url": "[email protected]:mmdmmdi313/react-native-picker.git"
},
"author": "zooble",
"author": "mmd",
"license": "MIT",
"homepage": "https://github.com/beefe/react-native-picker"
"homepage": "https://github.com/mmdmmdi313/react-native-picker",
"dependencies": {
"react-native": "^0.66.4"
}
}