Anton S

Results 1 issues of Anton S

Currently `react-native-indicator` doesn't work with `react-native-web` due to the fact that `_startNativeLoop` implementation on web is not working due to the missing `NativeAnimatedModule` for web: https://github.com/necolas/react-native-web/blob/a877a02beb6a2032430f83b062e173d68c40c65d/packages/react-native-web/src/vendor/react-native/Animated/NativeAnimatedHelper.js#L266 That's why the only...