@codeleap/mobile 3.3.2 → 3.4.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": "@codeleap/mobile",
3
- "version": "3.3.2",
3
+ "version": "3.4.0",
4
4
  "main": "src/index.ts",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -198,8 +198,7 @@ export const Modal = (modalProps:ModalProps) => {
198
198
  showsVerticalScrollIndicator={false}
199
199
  keyboardAware
200
200
  animated
201
- // @ts-ignore
202
- ref={scrollRef}
201
+
203
202
  { ...scrollProps}
204
203
  >
205
204
  {dismissOnBackdrop &&