Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Karkakol/update version #158

Merged
merged 14 commits into from
Feb 23, 2024
Merged

Karkakol/update version #158

merged 14 commits into from
Feb 23, 2024

Conversation

karkakol
Copy link
Member

No description provided.

@@ -21,8 +21,11 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle")
classpath('com.facebook.react:react-native-gradle-plugin')
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
// classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deleted

@@ -2,7 +2,7 @@ const path = require('path');
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
presets: ['module:@react-native/babel-preset'],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this change?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because of upgrading RN to 0.73

@@ -66,7 +66,7 @@ target 'reactnativemembranewebrtcexample' do
# necessary for Mac Catalyst builds
:mac_catalyst_enabled => false
)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
# __apply_Xcode_12_5_M1_post_install_workaround(installer)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove comments

@@ -1,5 +1,5 @@
{
"extends": "expo/tsconfig.base",
"extends": "@react-native/typescript-config/tsconfig.json",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this config instead of expo's?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

react native upgrade helper showed to chage that

package.json Outdated
Comment on lines 46 to 50
"@babel/core": "7.23.9",
"@babel/eslint-parser": "7.23.10",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/preset-env": "7.23.9",
"@react-native/babel-preset": "0.73.21",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need all of this? shouldn't those packages be added by other packages?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@karkakol karkakol merged commit 76c9235 into master Feb 23, 2024
2 checks passed
@karkakol karkakol deleted the karkakol/update-version branch February 23, 2024 15:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants