react-native-boxes 1.4.41 → 1.4.42

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/Bar.tsx +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-boxes",
3
- "version": "1.4.41",
3
+ "version": "1.4.42",
4
4
  "description": "A react native library for rapid development of UI using boxes",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/Bar.tsx CHANGED
@@ -165,7 +165,6 @@ export function BottomNavBar(props: ViewProps &
165
165
  <PressableView
166
166
  style={{
167
167
  flex: 1,
168
- backgroundColor: 'red',
169
168
  justifyContent: 'center',
170
169
  alignItems: 'center',
171
170
  margin: 0,