react-native-magic-move icon indicating copy to clipboard operation
react-native-magic-move copied to clipboard

Create magical move transitions between scenes in react-native 🐰🎩✨

Results 11 react-native-magic-move issues
Sort by recently updated
recently updated
newest added

WARNING in ./node_modules/react-native-magic-move/src/clone/NativeCloneComponent.js 205:73-95 export 'requireNativeComponent' (imported as 'requireNativeComponent') was not found in 'react-native-web/dist/index' (possible exports: Webpack config ``` const HtmlWebpackPlugin = require('html-webpack-plugin'); const path = require('path'); module.exports = {...

As suggested in [this issue](https://github.com/IjzerenHein/react-native-magic-move/issues/7) I implemented a similar approach as `examples/native/src/explorer/ExplorerView.js`, for triggering a transition without a navigator. However, it seems that hooks are not supported. ### Expected behaviour...

Will this library work with react-native-navigation considering that each screen is it's own react root?

I'm looking to achieve an effect like the example here: https://dribbble.com/shots/3290017-In-chat-Broadcasting The GIF above shows an image sending, like one does from iMessage, and animating from the text composer to...

Hi! Love this library! But I'm having problems morphing one element into another when elements are on separate stacks / switch navigators. All the examples are in react-native-router-flux which I'm...

Feel free to share your magic-move transitions here. Who's first? :)

This doesn't work: ```jsx Hello Magic Move , how are you doing?

### Issue Is it possible to use the library without any router at all? I would love to simply provide subsequent Scenes that get displayed without the use of any...