expo-rotation-module 0.1.0 → 1.0.0

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-rotation-module",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "description": "Screen Orientation Native Module",
5
5
  "main": "index.js",
6
6
  "types": "src/index.d.ts",
@@ -36,6 +36,7 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/react": "~19.1.0",
39
+ "typescript": "~5.9.2",
39
40
  "expo": "^54.0.27",
40
41
  "expo-module-scripts": "^5.0.8",
41
42
  "react-native": "0.81.5"
File without changes
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- #Tue Jan 06 14:23:37 EST 2026
2
- gradle.version=9.2.0
@@ -1,2 +0,0 @@
1
- #Tue Jan 06 13:19:56 EST 2026
2
- java.home=/Applications/Android Studio.app/Contents/jbr/Contents/Home
File without changes
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="AndroidProjectSystem">
4
- <option name="providerId" value="com.android.tools.idea.GradleProjectSystem" />
5
- </component>
6
- </project>