Skip to content

Commit

Permalink
Update Example to React Native 0.75
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Aug 27, 2024
1 parent 2bd7f8d commit ec504df
Show file tree
Hide file tree
Showing 70 changed files with 11,024 additions and 9,425 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

7 changes: 0 additions & 7 deletions .eslintrc

This file was deleted.

8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
root: true,
extends: '@react-native',
rules: {
'react-native/no-inline-styles': 0,
'react/no-did-update-set-state': 0,
},
};
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ node_modules
.vscode
.DS_Store
.idea/
package-lock.json
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.15.0
20.11.0
6 changes: 0 additions & 6 deletions Example/.buckconfig

This file was deleted.

2 changes: 2 additions & 0 deletions Example/.bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BUNDLE_PATH: "vendor/bundle"
BUNDLE_FORCE_RUBY_PLATFORM: 1
1 change: 0 additions & 1 deletion Example/.gitattributes

This file was deleted.

44 changes: 32 additions & 12 deletions Example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace
**/.xcode.env.local

# Android/IntelliJ
#
Expand All @@ -30,25 +30,45 @@ build/
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
#
# 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/test_output

# Bundle artifacts
# Bundle artifact
*.jsbundle

# CocoaPods
/ios/Pods/
# Ruby / CocoaPods
**/Pods/
/vendor/bundle/

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

# testing
/coverage

# Expo
.expo/
web-build/
# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions Example/.watchmanconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
224 changes: 0 additions & 224 deletions Example/App.js

This file was deleted.

Loading

0 comments on commit ec504df

Please sign in to comment.