Skip to content

Commit

Permalink
chore: upgrade example to RN 0.77
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz1913 committed Feb 9, 2025
1 parent 3528976 commit 86787cb
Show file tree
Hide file tree
Showing 17 changed files with 3,809 additions and 6,387 deletions.
925 changes: 0 additions & 925 deletions .yarn/releases/yarn-4.5.0.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-after-install.cjs
spec: "https://raw.githubusercontent.com/mhassan1/yarn-plugin-after-install/v0.6.0/bundles/@yarnpkg/plugin-after-install.js"

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
2 changes: 2 additions & 0 deletions docs/docs/guides/USAGE_VIEW.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ export const ModalExample: React.FC = () => {
title="Open modal"
/>
<Modal
navigationBarTranslucent={true}
onRequestClose={closeModal}
statusBarTranslucent={true}
visible={modalVisible}
>
<View>
Expand Down
1 change: 1 addition & 0 deletions docs/docs/recipes/MODAL.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const ModalExample: React.FC = () => {
/>
<Modal
animationType="slide"
navigationBarTranslucent={true}
onRequestClose={closeModal}
statusBarTranslucent={true}
style={styles.modal}
Expand Down
2 changes: 2 additions & 0 deletions docs/versioned_docs/version-7.0.x/guides/USAGE_VIEW.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ export const ModalExample: React.FC = () => {
title="Open modal"
/>
<Modal
navigationBarTranslucent={true}
onRequestClose={closeModal}
statusBarTranslucent={true}
visible={modalVisible}
>
<View>
Expand Down
1 change: 1 addition & 0 deletions docs/versioned_docs/version-7.0.x/recipes/MODAL.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const ModalExample: React.FC = () => {
/>
<Modal
animationType="slide"
navigationBarTranslucent={true}
onRequestClose={closeModal}
statusBarTranslucent={true}
style={styles.modal}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
"devDependencies": {
"@commitlint/config-conventional": "19.5.0",
"@evilmartians/lefthook": "1.4.3",
"@react-native/eslint-config": "0.76.0",
"@react-native/typescript-config": "0.76.0",
"@react-native/eslint-config": "0.77.0",
"@react-native/typescript-config": "0.77.0",
"commitlint": "19.5.0",
"eslint": "^8.19.0",
"jest": "29.7.0",
"pod-install": "0.2.2",
"prettier": "2.8.8",
"typescript": "5.0.4"
"typescript": "5.7.3"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.6.0"
}
4 changes: 2 additions & 2 deletions packages/example/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ hermesEnabled=true
# react.buildFromSource=true

# Version of Android NDK to build against.
# ANDROID_NDK_VERSION=26.1.10909125
ANDROID_NDK_VERSION=27.1.12297006

# Version of Kotlin to build against.
# KOTLIN_VERSION=1.8.22
KOTLIN_VERSION=2.0.21
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading

0 comments on commit 86787cb

Please sign in to comment.