Skip to content

Commit 42f4989

Browse files
chore: update experiments-app deps (#1881)
1 parent d47cd70 commit 42f4989

File tree

4 files changed

+2483
-5187
lines changed

4 files changed

+2483
-5187
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import * as React from 'react';
22
import { StatusBar } from 'expo-status-bar';
33
import { NavigationContainer } from '@react-navigation/native';
44
import { createNativeStackNavigator } from '@react-navigation/native-stack';
5-
import { MainScreen } from './MainScreen';
6-
import { experiments } from './experiments';
5+
import { MainScreen } from './src/MainScreen';
6+
import { experiments } from './src/experiments';
77

88
const Stack = createNativeStackNavigator();
99

experiments-app/index.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

experiments-app/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"description": "Expo app for conducting experiments of React Native behaviour.",
55
"version": "1.0.0",
6-
"main": "index.js",
6+
"main": "node_modules/expo/AppEntry.js",
77
"scripts": {
88
"typecheck": "tsc -noEmit",
99
"start": "expo start",
@@ -12,18 +12,18 @@
1212
"web": "expo start --web"
1313
},
1414
"dependencies": {
15-
"@react-navigation/native": "^6.1.6",
16-
"@react-navigation/native-stack": "^6.9.12",
17-
"expo": "^51.0.26",
18-
"expo-status-bar": "~1.12.1",
19-
"react": "18.2.0",
20-
"react-native": "0.74.5",
21-
"react-native-safe-area-context": "4.10.5",
22-
"react-native-screens": "3.31.1"
15+
"@react-navigation/native": "^7.1.28",
16+
"@react-navigation/native-stack": "^7.12.0",
17+
"expo": "^54.0.33",
18+
"expo-status-bar": "~3.0.9",
19+
"react": "19.1.0",
20+
"react-native": "0.81.5",
21+
"react-native-safe-area-context": "~5.6.0",
22+
"react-native-screens": "~4.16.0"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.24.0",
26-
"@types/react": "~18.2.79",
27-
"typescript": "~5.3.3"
25+
"@babel/core": "^7.26.0",
26+
"@types/react": "~19.1.10",
27+
"typescript": "~5.9.2"
2828
}
2929
}

0 commit comments

Comments
 (0)