Jacob Sherwood
Jacob Sherwood
For anyone that ends up here, per this [reddit](https://www.reddit.com/r/AfterEffects/comments/k3ynqk/lottie_animation_not_playing_properly_on_ios/) It looks like Lottiefiles don't handle After Effects expressions well. Sure enough, taking out the expressions fixes the issue. Kind of...
@RaviKiranMakala did you ever get this resolved? I am having the same issue. My versions are: macOS - 11.5.2 react-native - 0.65.1 tflite-react-native - 0.0.5 pods: TensorFlowLite (1.12.0) TfliteReactNative (0.0.4)
@RaviKiranMakala Same, unfortunately I couldn’t ever find a solution and had to move on.
A bit of a hack but I just adjust the canvasSize a bit by adding to the calculated screen height `height + PX`. Works well in both iOS and Android...
Same problem. Hopefully one day a solution will be posted here
Ok after a few days of hacking I have a solution that is working for my issue. You need to edit a few library files, so first things first copy...
wow @tlow92 that is a useful package! patch-package installed. Patched chart-kit package attached. [react-native-chart-kit.zip](https://github.com/indiespirit/react-native-chart-kit/files/7464017/react-native-chart-kit.zip) cheers ✌️
Same Mojave 10.14.6 Kinect V2 Processing 3.5.4
`.devcontainer/Dockerfile` had python 3.8 but `./Dockerfile` had 3.11-slim updating the devcontainer/DockerFile python version to 3.11 fixed it for me Why are there 2 DockerFiles? Is that just the way dev...
createPortal for the win for my issue too. thanks @ReubenJCarter 🙏💪