expo-module-template 10.7.6 → 10.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/$package.json CHANGED
@@ -11,7 +11,9 @@
11
11
  "test": "expo-module test",
12
12
  "prepare": "expo-module prepare",
13
13
  "prepublishOnly": "expo-module prepublishOnly",
14
- "expo-module": "expo-module"
14
+ "expo-module": "expo-module",
15
+ "open:ios": "open -a \"Xcode\" example/ios",
16
+ "open:android": "open -a \"Android Studio\" example/android"
15
17
  },
16
18
  "keywords": [
17
19
  "react-native",
@@ -28,8 +30,8 @@
28
30
  "homepage": "<%- repo %>#readme",
29
31
  "dependencies": {},
30
32
  "devDependencies": {
31
- "expo-module-scripts": "^3.0.2",
32
- "expo-modules-core": "^0.13.3"
33
+ "expo-module-scripts": "^3.0.3",
34
+ "expo-modules-core": "^0.13.4"
33
35
  },
34
36
  "peerDependencies": {
35
37
  "expo": "*",
@@ -1,6 +1,5 @@
1
1
  apply plugin: 'com.android.library'
2
2
  apply plugin: 'kotlin-android'
3
- apply plugin: 'kotlin-android-extensions'
4
3
  apply plugin: 'maven-publish'
5
4
 
6
5
  group = '<%- project.package %>'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-module-template",
3
- "version": "10.7.6",
3
+ "version": "10.7.7",
4
4
  "description": "ExpoModuleTemplate standalone module",
5
5
  "main": "build/ModuleTemplate.js",
6
6
  "types": "build/ModuleTemplate.d.ts",
@@ -24,5 +24,5 @@
24
24
  "dependencies": {},
25
25
  "devDependencies": {},
26
26
  "peerDependencies": {},
27
- "gitHead": "8dc83418c561cbe4f68a46ec44ca8a76ff2c51af"
27
+ "gitHead": "1a87dcc55895a9e16e3d4fd0fa78f2244c1d961f"
28
28
  }