Skip to content

Commit

Permalink
Merge pull request #2796 from ecency/feat/GU/rn-0.72
Browse files Browse the repository at this point in the history
upgrade to react native 0.72.7
  • Loading branch information
feruzm authored Feb 28, 2024
2 parents 57cc05e + bf95493 commit 6615205
Show file tree
Hide file tree
Showing 112 changed files with 7,299 additions and 9,649 deletions.
6 changes: 0 additions & 6 deletions .buckconfig

This file was deleted.

2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"plugin:import/errors",
"plugin:import/warnings",
"plugin:jest/recommended",
"@react-native-community",
"@react-native",
"plugin:import/typescript"
],
"env": {
Expand Down
66 changes: 0 additions & 66 deletions .flowconfig

This file was deleted.

12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,15 @@ local.properties
*.iml
*.hprof
.cxx/
*.keystore
!debug.keystore

# node.js
#
node_modules/
npm-debug.log
yarn-error.log

# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore

# fastlane
#
Expand All @@ -63,6 +60,11 @@ buck-out/
/ios/Pods/
/vendor/bundle/

# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*
# testing
/coverage

config.js
!src/screens/steem-connect/config.js
google-services.json
Expand Down
1 change: 0 additions & 1 deletion .node-version

This file was deleted.

1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

8 changes: 5 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
source 'https://rubygems.org'

# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby '2.7.5'
ruby '3.0.0'

gem 'cocoapods', '~> 1.11', '>= 1.11.2'
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
# bound in the template on Cocoapods with next React Native release.
gem 'cocoapods', '>= 1.13', '< 1.15'
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
3 changes: 3 additions & 0 deletions __tests__/App-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import 'react-native';
import React from 'react';
import App from '../App';

// Note: import explicitly to use the types shiped with jest.
import {it} from '@jest/globals';

// Note: test renderer must be required after react-native.
import renderer from 'react-test-renderer';

Expand Down
Loading

0 comments on commit 6615205

Please sign in to comment.