react-native-ui-lib 8.1.0-snapshot.7567 → 8.1.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-ui-lib",
3
- "version": "8.1.0-snapshot.7567",
3
+ "version": "8.1.0",
4
4
  "main": "src/index.js",
5
5
  "types": "src/index.d.ts",
6
6
  "author": "Ethan Sharabi <ethan.shar@gmail.com>",
@@ -161,6 +161,5 @@
161
161
  "!lib/scripts",
162
162
  "lib/package.json",
163
163
  "lib/ReactNativeUILib.podspec"
164
- ],
165
- "stableVersion": "8.0.0"
164
+ ]
166
165
  }
@@ -169,7 +169,6 @@ class FloatingButton extends PureComponent {
169
169
  }
170
170
  const styles = StyleSheet.create({
171
171
  container: {
172
- ...StyleSheet.absoluteFillObject,
173
172
  top: undefined,
174
173
  zIndex: Constants.isAndroid ? 99 : undefined
175
174
  },