react-native-mediapipe
react-native-mediapipe copied to clipboard
fix: multiple vision task results returned in the same listener.
What
- Fix an issue causing results when running multiple vision tasks are returned in the same listener.
Why
- The id when initializing vision tasks are the same.
How
- Change the initial id of Pose Landmark and Face Landmark to different values.
- Remove react-native-vector-icons from library dependency.