You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Takes a byte array and returns a base64 string. Optional `urlSafe` flag `true`allows for use in URLs.
41
+
Takes a byte array and returns a base64 string. Optional `urlSafe` flag `true`will use [the URL-safe dictionary](https://github.com/craftzdog/react-native-quick-base64/blob/9d02dfd02599ca104d2ed6c1e2d938ddd9d6cd15/cpp/base64.h#L75).
0 commit comments