AbsaOSS / rn-indy-sdk

This code was starting point of https://github.com/hyperledger/indy-sdk-react-native where the work continues.
Apache License 2.0
11 stars 6 forks source link

remove dependency on global buffer #28

Closed TimoGlastra closed 3 years ago

TimoGlastra commented 3 years ago

rn-indy-sdk relied on the global Buffer to be available, but this is not the case in React Native. We could say it must be set by the package user, but I think making it work out of the box is better