Skip to content

Commit 43c7299

Browse files
Merge pull request #20 from sergeyshpadyrev/dev
Merge typescript bindings
2 parents 45a4100 + 7e46d2c commit 43c7299

File tree

12 files changed

+107
-11
lines changed

12 files changed

+107
-11
lines changed

example/01_push_and_pop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"expo": "^28.0.0",
88
"react": "^16.4.1",
99
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
10-
"react-native-easy-router": "^2.4.0"
10+
"react-native-easy-router": "^2.5.0"
1111
},
1212
"devDependencies": {
1313
"react-native-scripts": "^1.14.0"

example/02_pass_params/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"expo": "^28.0.0",
88
"react": "^16.4.1",
99
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
10-
"react-native-easy-router": "^2.4.0"
10+
"react-native-easy-router": "^2.5.0"
1111
},
1212
"devDependencies": {
1313
"react-native-scripts": "^1.14.0"

example/03_animation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"expo": "^28.0.0",
88
"react": "^16.4.1",
99
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
10-
"react-native-easy-router": "^2.4.0"
10+
"react-native-easy-router": "^2.5.0"
1111
},
1212
"devDependencies": {
1313
"react-native-scripts": "^1.14.0"

example/04_pop_to/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"expo": "^28.0.0",
88
"react": "^16.4.1",
99
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
10-
"react-native-easy-router": "^2.4.0"
10+
"react-native-easy-router": "^2.5.0"
1111
},
1212
"devDependencies": {
1313
"react-native-scripts": "^1.14.0"

example/05_replace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"expo": "^28.0.0",
88
"react": "^16.4.1",
99
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
10-
"react-native-easy-router": "^2.4.0"
10+
"react-native-easy-router": "^2.5.0"
1111
},
1212
"devDependencies": {
1313
"react-native-scripts": "^1.14.0"

example/06_replace_to/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"expo": "^28.0.0",
88
"react": "^16.4.1",
99
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
10-
"react-native-easy-router": "^2.4.0"
10+
"react-native-easy-router": "^2.5.0"
1111
},
1212
"devDependencies": {
1313
"react-native-scripts": "^1.14.0"

example/07_reset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"expo": "^28.0.0",
88
"react": "^16.4.1",
99
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
10-
"react-native-easy-router": "^2.4.0"
10+
"react-native-easy-router": "^2.5.0"
1111
},
1212
"devDependencies": {
1313
"react-native-scripts": "^1.14.0"

example/08_tabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"expo": "^28.0.0",
88
"react": "^16.4.1",
99
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
10-
"react-native-easy-router": "^2.4.0"
10+
"react-native-easy-router": "^2.5.0"
1111
},
1212
"devDependencies": {
1313
"react-native-scripts": "^1.14.0"

example/09_custom_animation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"expo": "^28.0.0",
88
"react": "^16.4.1",
99
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
10-
"react-native-easy-router": "^2.4.0"
10+
"react-native-easy-router": "^2.5.0"
1111
},
1212
"devDependencies": {
1313
"react-native-scripts": "^1.14.0"

example/10_stack_changes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"expo": "^28.0.0",
88
"react": "^16.4.1",
99
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
10-
"react-native-easy-router": "^2.4.0"
10+
"react-native-easy-router": "^2.5.0"
1111
},
1212
"devDependencies": {
1313
"react-native-scripts": "^1.14.0"

0 commit comments

Comments
 (0)