Skip to content

Commit

Permalink
Upgrade to Latest RN 0.72.4
Browse files Browse the repository at this point in the history
  • Loading branch information
transistorsoft-pkg committed Aug 18, 2023
1 parent 8f5bfe7 commit 951e7df
Show file tree
Hide file tree
Showing 40 changed files with 3,848 additions and 4,691 deletions.
6 changes: 0 additions & 6 deletions .buckconfig

This file was deleted.

4 changes: 4 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
root: true,
extends: '@react-native',
};
18 changes: 9 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##
# Ignore my keystore
#
android/app/release.keystore

# OSX
#
.DS_Store
Expand Down Expand Up @@ -39,22 +44,17 @@ node_modules/
npm-debug.log
yarn-error.log

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

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/

*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots
**/fastlane/report.xml
**/fastlane/Preview.html
**/fastlane/screenshots
**/fastlane/test_output

# Bundle artifact
*.jsbundle
Expand Down
3 changes: 3 additions & 0 deletions __tests__/App-test.tsx
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 951e7df

Please sign in to comment.