rampkit-expo-dev 0.0.8 → 0.0.9

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.
@@ -477,7 +477,7 @@ function Overlay(props) {
477
477
  }
478
478
  catch (_) { }
479
479
  }
480
- return ((0, jsx_runtime_1.jsxs)(react_native_1.View, { style: [
480
+ return ((0, jsx_runtime_1.jsxs)(react_native_1.Animated.View, { style: [
481
481
  styles.root,
482
482
  !visible && styles.invisible,
483
483
  visible && { opacity: overlayOpacity },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rampkit-expo-dev",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "The Expo SDK for RampKit. Build, test, and personalize app onboardings with instant updates.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",