Arthur BERTAUD
Arthur BERTAUD
When reproducing the [snack](https://snack.expo.dev/@computerjazz/infinite-pager), and using the cube's preset I get the following error: `Invariant Violation: Transform with key of "perspective" cannot be zero: {"perspective":0}` Looking for workarounds/fixes. Thanks!
It would be nice to expose animatedPosition (translateY), made a patch for it: ``` diff --git a/dist/src/index.js b/dist/src/index.js index 69bcc4fe1eed936c9d7bdf6110eea4028608a9bb..d26c28d072e64feea5b01652494c5298fb2c0382 100644 --- a/dist/src/index.js +++ b/dist/src/index.js @@ -91,7 +91,7 @@ export...
When you set drawUnderStatusBar to true, only the background of the container goes under status-bar, the content of the container is automatically imposed SafeAreas. See for repro: [https://github.com/ABertaud/react-native-actions-sheet-drawUnderStatusBar-repro](https://github.com/ABertaud/react-native-actions-sheet-drawUnderStatusBar-repro)