Web Support
Moti works on all platforms, including web. Make sure you've installed react-native-web
and done anything you need to get that working.
#
Expo Web supportThe following applies to React Native Web apps that do not use Next.js.
Since Moti uses Reanimated 2, we need its Babel plugin to be applied to Moti. Since Expo Web doesn't transpile modules by default, we'll need to tell it to transpile Moti.
First, install @expo/webpack-config
to your devDependencies
:
- npm
- Yarn
Next, create a custom webpack.config.js
in the root of your Expo app, and paste the contents below:
webpack.config.js
Your app will now run with Expo Web!