-
Notifications
You must be signed in to change notification settings - Fork 734
Infra/rn73 #3264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Infra/rn73 #3264
Changes from 12 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
892899e
General upgrade changes
ethanshar 9a68de6
Upgrade Android
ethanshar 0336110
Upgrade iOS
ethanshar 448b5b9
Babel fixes
ethanshar 49e0805
Fix Android build
ethanshar 4e7d3a2
Update react-native-text-size with fix for Android build
ethanshar 32b6850
Fix TS errors
ethanshar 3b4d289
Fix tests after modal changes
ethanshar f20d328
Fix tests TS errors
ethanshar 0c2c900
Downgrade yarn version to 3.4.1
ethanshar a25a800
remove ignore of .yarn
ethanshar cf0993e
Revert some TS fixes
ethanshar 7c257b0
Merge branch 'master' into infra/rn73
ethanshar e79cee0
Code review fixes
ethanshar 9140b4d
Remove eslint-plugin-uilib from uilib deps
ethanshar d4426d2
Fix Icon tintColor type to support null
ethanshar 7b8c4ab
Merge branch 'master' into infra/rn73
ethanshar ff98c9e
Remove null from Dialog's height prop as it's included in DimensionValue
ethanshar 3c83a8d
Fix svg transformer metro configuration
ethanshar c8ef436
Merge branch 'master' into infra/rn73
ethanshar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-3.4.1.cjs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
source 'https://rubygems.org' | ||
|
||
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version | ||
ruby '>= 2.6.10' | ||
gem 'cocoapods', '>= 1.11.3' | ||
ruby ">= 2.6.10" | ||
|
||
# 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' | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
75 changes: 0 additions & 75 deletions
75
android/app/src/debug/java/com/rnuilib/ReactNativeFlipper.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
package com.rnuilib; | ||
|
||
import com.facebook.react.ReactActivity | ||
import com.facebook.react.ReactActivityDelegate | ||
import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint.fabricEnabled | ||
import com.facebook.react.defaults.DefaultReactActivityDelegate | ||
import com.reactnativenavigation.NavigationActivity | ||
|
||
class MainActivity : NavigationActivity() { | ||
|
||
/** | ||
* Returns the name of the main component registered from JavaScript. This is used to schedule | ||
* rendering of the component. | ||
*/ | ||
// override fun getMainComponentName(): String = "rnuilib" | ||
|
||
/** | ||
* Returns the instance of the [ReactActivityDelegate]. We use [DefaultReactActivityDelegate] | ||
* which allows you to enable New Architecture with a single boolean flags [fabricEnabled] | ||
*/ | ||
// override fun createReactActivityDelegate(): ReactActivityDelegate = | ||
// DefaultReactActivityDelegate(this, mainComponentName, fabricEnabled) | ||
M-i-k-e-l marked this conversation as resolved.
Show resolved
Hide resolved
|
||
} |
61 changes: 0 additions & 61 deletions
61
android/app/src/main/java/com/rnuilib/MainApplication.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.