Lottie in react native can't find images?
问题 I have followed every Lottie example for React native and looked at questions that have the same problem like Lottie animation on Expo but I have successfully imported an animation exported to .json via Bodymovin using React native here: import React, {Component} from 'react'; import Animation from 'lottie-react-native'; import { StyleSheet, Text, View, Animated, Easing, ScrollView, RefreshControl, AppRegistry } from 'react-native'; export default class LottieTest extends Component {