Conversation
6db9af2 to
e1deaa4
Compare
7d2c778 to
7a839a3
Compare
c4728ec to
b5ced74
Compare
… widgets after upgrading RN
…cated build steps" This reverts commit 738f7bb.
cff6f28 to
ecb7ee1
Compare
| @@ -1,3 +1,3 @@ | |||
| { | |||
| "latest": "11.7.0" | |||
| "latest": "11.10.0-rc.5" | |||
There was a problem hiding this comment.
For follow-up: please update to the release version once it’s available.
| @@ -24,7 +24,7 @@ | |||
| "dependencies": { | |||
| "@mendix/piw-utils-internal": "*", | |||
| "@shopify/flash-list": "2.2.2", | |||
There was a problem hiding this comment.
We should bump version in package.json and package.xml for gallery-native widget
| "@shopify/flash-list": "2.2.2", | ||
| "react-native-device-info": "14.0.4" | ||
| "react-native-device-info": "15.0.2" | ||
| }, |
There was a problem hiding this comment.
We should bump widget version in package.json and package.xml
| { | ||
| "name": "popup-menu-native", | ||
| "widgetName": "PopupMenu", | ||
| "version": "4.0.1", |
There was a problem hiding this comment.
We should bump version in package.xml as well
| "dependencies": { | ||
| "@react-native-vector-icons/common": "12.4.0", | ||
| "@react-native-vector-icons/get-image": "12.3.0", | ||
| "@mendix/piw-native-utils-internal": "*", |
There was a problem hiding this comment.
We should bump widget version in package.json and package.xml
| @@ -69,13 +69,7 @@ export function RangeSlider(props: Props): ReactElement { | |||
|
|
|||
| executeAction(props.onChange); | |||
There was a problem hiding this comment.
Please consider bumping widget version in package.json and package.xml
| "marketplace": { | ||
| "name": "Native Mobile Resources", | ||
| "description": "Download this module to access a rich set of widgets and nanoflow actions created for native mobile, including authentication, network, platform, and more. A must-have for native mobile development!", | ||
| "minimumMXVersion": "11.7.0", |
There was a problem hiding this comment.
We should update minimumMXVersion as well
| "marketplace": { | ||
| "name": "Nanoflow Commons", | ||
| "description": "The Nanoflow Commons module contains commonly used nanoflow actions that are usable across web, hybrid mobile, and native mobile apps, such as: client activities, geo location, local storage, & more.", | ||
| "minimumMXVersion": "11.7.0", |
There was a problem hiding this comment.
Please update minimumMXVersion as well
No description provided.