Skip to content

Commit fcb185e

Browse files
committed
fix(demo): incorrect react version in demo app
1 parent 71acfea commit fcb185e

File tree

3 files changed

+2521
-7003
lines changed

3 files changed

+2521
-7003
lines changed

examples/rn-app/ios/license_plist.yml

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -295,15 +295,15 @@ rename:
295295
296296
"[email protected]": metro-runtime
297297
"@[email protected]": '@babel/runtime'
298-
"[email protected].3": metro-source-map
298+
"[email protected].1": metro-source-map
299299
"@[email protected]": '@babel/traverse--for-generate-function-map'
300300
"@[email protected]": '@babel/generator'
301301
"@[email protected]": '@babel/parser'
302302
"@[email protected]": '@babel/types'
303-
"[email protected]": metro-symbolicate
304-
303+
"[email protected]": metro-symbolicate
305304
"[email protected]": source-map
306305
306+
307307
"[email protected]": metro-transform-plugins
308308
"[email protected]": metro-transform-worker
309309
"[email protected]": metro-minify-terser
@@ -386,8 +386,6 @@ rename:
386386
"[email protected]": escape-string-regexp
387387
"[email protected]": jest-mock
388388
"[email protected]": memoize-one
389-
"[email protected]": metro-source-map
390-
391389
"[email protected]": promise
392390
393391
"[email protected]": react-devtools-core
@@ -1524,7 +1522,7 @@ manual:
15241522
15251523
version: '6.3.0'
15261524
source: sindresorhus/camelcase
1527-
file: '../../../node_modules/metro-config/node_modules/camelcase/license'
1525+
file: '../../../node_modules/camelcase/license'
15281526
15291527
version: '29.6.3'
15301528
source: https://github.com/jestjs/jest
@@ -1544,7 +1542,7 @@ manual:
15441542
15451543
version: '18.3.1'
15461544
source: https://github.com/facebook/react
1547-
file: '../../../node_modules/pretty-format/node_modules/react-is/LICENSE'
1545+
file: '../../../node_modules/react-is/LICENSE'
15481546
15491547
version: '0.83.1'
15501548
source: https://github.com/facebook/metro
@@ -1601,8 +1599,8 @@ manual:
16011599
version: '7.28.2'
16021600
source: https://github.com/babel/babel
16031601
file: '../../../node_modules/@babel/runtime/LICENSE'
1604-
1605-
version: '0.83.3'
1602+
1603+
version: '0.83.1'
16061604
source: https://github.com/facebook/metro
16071605
body: MIT
16081606
- name: '@[email protected]'
@@ -1621,22 +1619,22 @@ manual:
16211619
version: '7.28.4'
16221620
source: https://github.com/babel/babel
16231621
file: '../../../node_modules/@babel/traverse--for-generate-function-map/node_modules/@babel/types/LICENSE'
1624-
1625-
version: '0.83.3'
1626-
source: https://github.com/facebook/metro
1627-
body: MIT
1628-
1629-
version: '0.83.3'
1622+
1623+
version: '0.83.1'
16301624
source: https://github.com/facebook/metro
16311625
body: MIT
16321626
16331627
version: '0.5.7'
16341628
source: http://github.com/mozilla/source-map
1635-
file: '../../../node_modules/metro/node_modules/source-map/LICENSE'
1629+
file: '../../../node_modules/metro-symbolicate/node_modules/source-map/LICENSE'
16361630
16371631
version: '1.0.1'
16381632
source: https://github.com/Rich-Harris/vlq
16391633
file: '../../../node_modules/vlq/LICENSE'
1634+
1635+
version: '0.83.1'
1636+
source: https://github.com/facebook/metro
1637+
body: MIT
16401638
16411639
version: '0.83.1'
16421640
source: https://github.com/facebook/metro
@@ -1965,14 +1963,6 @@ manual:
19651963
version: '5.2.1'
19661964
source: https://github.com/alexreardon/memoize-one
19671965
file: '../../../node_modules/memoize-one/LICENSE'
1968-
1969-
version: '0.83.1'
1970-
source: https://github.com/facebook/metro
1971-
body: MIT
1972-
1973-
version: '0.83.1'
1974-
source: https://github.com/facebook/metro
1975-
body: MIT
19761966
19771967
version: '8.3.0'
19781968
source: https://github.com/then/promise

examples/rn-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@uidotdev/usehooks": "^2.4.1",
3939
"lodash": "^4.17.21",
4040
"moment": "^2.30.1",
41-
"react": "19.2.0",
41+
"react": "19.1.0",
4242
"react-native": "0.81.0",
4343
"react-native-device-info": "^14.1.1",
4444
"react-native-legal": "^1.6.0",

0 commit comments

Comments
 (0)