Skip to content

Commit a7c2793

Browse files
authored
fix(react): Fix ListView by updating to RNS v1.0.6 (#163)
1 parent 087fd25 commit a7c2793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/template-blank-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tns-template-blank-react",
3-
"version": "6.5.6",
3+
"version": "6.5.7",
44
"nativescript": {
55
"id": "org.nativescript.Blank",
66
"tns-android": {
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@nativescript/theme": "2.2.1",
4141
"react": "^16.13.1",
42-
"react-nativescript": "^1.0.5",
42+
"react-nativescript": "^1.0.6",
4343
"tns-core-modules": "^6.5.6"
4444
},
4545
"devDependencies": {

0 commit comments

Comments
 (0)