You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -464,6 +464,7 @@ Font sizes are calculated as `baseFontSize + numberOfSteps * step`. `font` conta
464
464
465
465
Version number|Changes
466
466
-|-
467
+
v6.0.1|1. `AlterStyles` deprecated in favour of `combineStyles()` from `react-native-common-ui-components/js/styles.js`.<br>2. `@babel/plugin-proposal-decorators` is specified as a dev dependency and the postinstall script is deleted.
467
468
v6.0.0|1. The latest version of [react-native-localization](https://www.npmjs.com/package/react-native-localization) is specified in `package.json`.<br>2. **Backwards-incompatible change** in `strings.js`: `strings.formatString()` is no longer available if a sub-object name was specified. `strings.all.formatString()` has to be used instead.
468
469
v5.1.0|1. An iOS-only bug fixed in `ApplicationSession.manage()`.<br>2. State changes can be optionally logged to the console. An argument`ApplicationSession._setSessionType()`
469
470
v5.0.0|**Backwards-incompatible change**: `styles.screen` is superseded by `styles.screen.container`.
0 commit comments