Skip to main content

Imports

Currently, moti exports typical React Native components.

You can import like so:

import { MotiView, MotiText, MotiScrollView, MotiSafeAreaView, MotiImage } from 'moti'

Which looks like this in use:

<MotiView />