-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 800 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "expo-android-keyboard-fix",
"version": "2.1.0",
"description": "Fix for KeyboardAvoidingView on Android 15 (SDK 35) in Expo/React Native apps",
"main": "index.js",
"peerDependencies": {
"expo": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/eggmun98/expo-android-keyboard-fix.git"
},
"keywords": [
"expo",
"react-native",
"android",
"keyboard",
"keyboardavoidingview",
"sdk35",
"android15",
"expo-config-plugin"
],
"author": "eggmun98",
"license": "MIT",
"bugs": {
"url": "https://github.com/eggmun98/expo-android-keyboard-fix/issues"
},
"homepage": "https://github.com/eggmun98/expo-android-keyboard-fix#readme"
}