react-native-ui-lib 7.46.3-snapshot.7360 → 7.46.3-snapshot.7370

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uilib-native",
3
- "version": "5.0.0-snapshot.7360",
3
+ "version": "5.0.0-snapshot.7370",
4
4
  "homepage": "https://github.com/wix/react-native-ui-lib",
5
5
  "description": "uilib native components (separated from js components)",
6
6
  "main": "components/index",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-ui-lib",
3
- "version": "7.46.3-snapshot.7360",
3
+ "version": "7.46.3-snapshot.7370",
4
4
  "main": "src/index.js",
5
5
  "types": "src/index.d.ts",
6
6
  "author": "Ethan Sharabi <ethan.shar@gmail.com>",
@@ -98,10 +98,9 @@ const styles = StyleSheet.create({
98
98
  backgroundColor: 'transparent',
99
99
  color: Colors.$textDefault,
100
100
  ...(Constants.isIOS ? {
101
+ textAlign: 'left',
101
102
  writingDirection: Constants.isRTL ? writingDirectionTypes.RTL : writingDirectionTypes.LTR
102
- } : {
103
- textAlign: 'left'
104
- })
103
+ } : undefined)
105
104
  },
106
105
  centered: {
107
106
  textAlign: 'center'