Sanjay Maharjan
Results
2
comments of
Sanjay Maharjan
The package works well in Expo. But for app using `react-native-cli`, I managed to make it work by doing 2 things 1. Remove `index.min.js` from `node_modules/@luncheon/simplify-svg-path` 2. In `package.json` of...
For build, I needed to change build script of `@luncheon/simplify-svg-path`. Changed build command: `tsc -p . && node build-iife.js && npm t` I have tested this on Android debug build...