@applicaster/zapp-react-native-ui-components 13.0.0-rc.120 → 13.0.0-rc.121

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.
@@ -329,14 +329,6 @@ export const AnimatedScrollModalComponent = ({ children }: Props) => {
329
329
  }
330
330
  }, [playerAnimationState]);
331
331
 
332
- React.useEffect(() => {
333
- setScrollModalAnimatedValue(
334
- translateYOffset,
335
- modalSnapPoints[1],
336
- setLastSnap
337
- );
338
- }, [modalSnapPoints[1]]);
339
-
340
332
  React.useEffect(() => {
341
333
  const lastScrollYListenerId = lastScrollY.addListener(({ value }) => {
342
334
  lastScrollYValue.current = value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-native-ui-components",
3
- "version": "13.0.0-rc.120",
3
+ "version": "13.0.0-rc.121",
4
4
  "description": "Applicaster Zapp React Native ui components for the Quick Brick App",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -31,10 +31,10 @@
31
31
  "redux-mock-store": "^1.5.3"
32
32
  },
33
33
  "dependencies": {
34
- "@applicaster/applicaster-types": "13.0.0-rc.120",
35
- "@applicaster/zapp-react-native-bridge": "13.0.0-rc.120",
36
- "@applicaster/zapp-react-native-redux": "13.0.0-rc.120",
37
- "@applicaster/zapp-react-native-utils": "13.0.0-rc.120",
34
+ "@applicaster/applicaster-types": "13.0.0-rc.121",
35
+ "@applicaster/zapp-react-native-bridge": "13.0.0-rc.121",
36
+ "@applicaster/zapp-react-native-redux": "13.0.0-rc.121",
37
+ "@applicaster/zapp-react-native-utils": "13.0.0-rc.121",
38
38
  "promise": "^8.3.0",
39
39
  "react-router-native": "^5.1.2",
40
40
  "url": "^0.11.0",