nitish24p / react-native-upi

A tiny module for Adding payments via UPI in your react native apps ❤️
MIT License
75 stars 29 forks source link

Use com.facebook.react.bridge.WritableMap instead of com.google.code.gson:gson #2

Open ghost opened 5 years ago

ghost commented 5 years ago

For JSON object passing to React Native from Android Native, use com.facebook.react.bridge.WritableMap instead of adding com.google.code.gson:gson.

This shall reduce the size of apk. And your tin module will become more tiny :)

Any way thank you for the work. :+1:

nitish24p commented 5 years ago

Thanks for this will implement

nitish24p commented 5 years ago

@ClenetTech would you want to pick this? i can merge a PR