New Android + iOS API | +Unsupported iOS API | +
+ +```js +options: { + animations: { + showModal: { + alpha: { + from: 0, + to: 1, + duration: 250, + } + } + } +} +``` + + | ++ +```js +options: { + animations: { + showModal: { + content: { + alpha: { + from: 0, + to: 1, + duration: 250 + } + } + } + } +} +``` + + | +
+
+
+
+
-## Important
-Latest stable version is `1.1.x` and is published to npm under tag `latest`. It supports react-native >= 0.43.
-
We are currently redesigning and rewriting this project under branch `v2`.
-
As a result, new features and pull requests on the current stable version will take more time to process.
+