Ryan Hartley

Results 3 issues of Ryan Hartley

import { useEffect } from 'react'; import { Text, StyleSheet, Animated, Platform, Easing,} from 'react-native'; const RowAnimate = props => { const {data, _active} = props; useEffect(() => { if...

TypeError: undefined is not an object (evaluating 'this._active.interpolate') at node_modules\react-native\Libraries\LogBox\LogBox.js:149:8 in registerError at node_modules\react-native\Libraries\LogBox\LogBox.js:60:8 in errorImpl - ... 9 more stack frames from framework internals Invariant Violation: "main" has not...

i keep getting this error about sound.stopAsync is not an object but I can use it to stop playback so I don't know what the issue is or how to...