Skip to content
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

[MOO-1285]: Device info and code push and some dependencies updated #102

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"setup-mobile": "yarn setup-android && yarn setup-ios",
"setup-android": "node ./detox/scripts/setup-android.js",
"setup-ios": "node ./detox/scripts/setup-ios.js",
"patch-package": "./scripts/patch/patch-package.sh"
"patch-package": "./scripts/patch/patch-package.sh",
"build:widgets": "node ./scripts/build-widgets.js"
},
"workspaces": {
"packages": [
Expand All @@ -56,7 +57,7 @@
"@types/node": "^16.11.19",
"@types/react": "~18.0.0",
"@types/react-dom": "~18.0.0",
"@types/react-native": "~0.71.1",
"@types/react-native": "0.72.7",
"@types/react-native-vector-icons": "^6.4.9",
"@types/react-test-renderer": "~18.0.0",
"@types/shelljs": "^0.8.9",
Expand Down Expand Up @@ -90,10 +91,10 @@
"resolutions": {
"@mendix/pluggable-widgets-tools": "^9.24.0",
"@types/react": "^18",
"@types/react-native": "~0.71.1",
"@types/react-native": "0.72.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.70.7",
"react-native": "0.72.7",
"typescript": "^4.9.5",
"ts-node": "^10.9.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/jsActions/mobile-resources-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### BREAKING

- We have upgrade React Native to version 0.72.7

## [5.1.2] Native Mobile Resources - 2023-10-31

### Fixed
Expand Down
8 changes: 4 additions & 4 deletions packages/jsActions/mobile-resources-native/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "mobile-resources-native",
"moduleName": "Native Mobile Resources",
"version": "5.1.2",
"version": "6.0.0",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2022. All rights reserved.",
"repository": {
"type": "git",
"url": "https://github.com/mendix/native-widgets.git"
},
"marketplace": {
"minimumMXVersion": "10.0.0.8352",
"minimumMXVersion": "10.6.0.23934",
"marketplaceId": 109513
},
"testProject": {
Expand All @@ -32,7 +32,7 @@
"fbjs": "3.0.4",
"mime": "3.0.0",
"react-native-blob-util": "0.16.2",
"react-native-device-info": "8.7.1",
"react-native-device-info": "10.12.0",
"react-native-file-viewer": "2.1.5",
"react-native-image-picker": "5.0.1",
"react-native-inappbrowser-reborn": "3.4.0",
Expand All @@ -52,4 +52,4 @@
"rimraf": "^2.7.1",
"rollup": "^2.68.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,23 @@ exports[`Accordion in collapsible & single expanded group mode renders correctly
}
>
<View
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessibilityValue={
{
"max": undefined,
"min": undefined,
"now": undefined,
"text": undefined,
}
}
accessible={true}
collapsable={false}
focusable={true}
Expand Down Expand Up @@ -117,6 +134,23 @@ exports[`Accordion in collapsible & single expanded group mode renders correctly
}
>
<View
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessibilityValue={
{
"max": undefined,
"min": undefined,
"now": undefined,
"text": undefined,
}
}
accessible={true}
collapsable={false}
focusable={true}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
exports[`Animation renders 1`] = `
<View
collapsable={false}
forwardedRef={[Function]}
style={{}}
testID="animation-test"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

exports[`Background gradient render background gradient with custom style 1`] = `
<View
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessibilityValue={
{
"max": undefined,
"min": undefined,
"now": undefined,
"text": undefined,
}
}
accessible={true}
collapsable={false}
focusable={true}
Expand Down Expand Up @@ -83,6 +100,23 @@ exports[`Background gradient render background gradient with custom style 1`] =

exports[`Background gradient render background gradient with one color 1`] = `
<View
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessibilityValue={
{
"max": undefined,
"min": undefined,
"now": undefined,
"text": undefined,
}
}
accessible={true}
collapsable={false}
focusable={true}
Expand Down Expand Up @@ -164,6 +198,23 @@ exports[`Background gradient render background gradient with one color 1`] = `

exports[`Background gradient render correctly 1`] = `
<View
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessibilityValue={
{
"max": undefined,
"min": undefined,
"now": undefined,
"text": undefined,
}
}
accessible={true}
collapsable={false}
focusable={true}
Expand Down Expand Up @@ -245,6 +296,23 @@ exports[`Background gradient render correctly 1`] = `

exports[`Background gradient render with undefined angle 1`] = `
<View
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessibilityValue={
{
"max": undefined,
"min": undefined,
"now": undefined,
"text": undefined,
}
}
accessible={true}
collapsable={false}
focusable={true}
Expand Down Expand Up @@ -326,6 +394,23 @@ exports[`Background gradient render with undefined angle 1`] = `

exports[`Background gradient render with undefined opacity 1`] = `
<View
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessibilityValue={
{
"max": undefined,
"min": undefined,
"now": undefined,
"text": undefined,
}
}
accessible={true}
collapsable={false}
focusable={true}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,23 @@ exports[`Badge with on click action Android renders touchables 1`] = `
testID="badge-test"
>
<View
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessibilityValue={
{
"max": undefined,
"min": undefined,
"now": undefined,
"text": undefined,
}
}
accessible={true}
collapsable={false}
focusable={true}
Expand Down Expand Up @@ -141,6 +158,23 @@ exports[`Badge with on click action iOS renders touchables 1`] = `
testID="badge-test"
>
<View
accessibilityState={
{
"busy": undefined,
"checked": undefined,
"disabled": undefined,
"expanded": undefined,
"selected": undefined,
}
}
accessibilityValue={
{
"max": undefined,
"min": undefined,
"now": undefined,
"text": undefined,
}
}
accessible={true}
collapsable={false}
focusable={true}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@mendix/piw-native-utils-internal": "*",
"@mendix/piw-utils-internal": "*",
"react-native-actionsheet": "^2.4.2",
"react-native-device-info": "8.7.1",
"react-native-device-info": "10.12.0",
"react-native-modal": "^11.5.4",
"react-native-reanimated": "^1.0.1",
"reanimated-bottom-sheet": "^1.0.0-alpha.19"
Expand Down
Loading
Loading