0x1h

Results 5 comments of 0x1h

I figured out by my self create `.env.local` and start variable with **REACT_APP** for example: ``` REACT_APP_KEY=test ```

same error **React-native: v0.64.3** **react-native-image-base64: v0.1.4** **expo: ~44.0.0** ```ts [Unhandled promise rejection: TypeError: null is not an object (evaluating '_reactNativeImageBase.default.getBase64String')] ```

@iamtheretronerd I didn't find any solution for [react-native-image-base64](https://github.com/Snapp-FidMe/react-native-image-base64) but you can use `expo-file-system` ```js import * as FileSystem from 'expo-file-system'; const getBase64 = async (path) => { await FileSystem.readAsStringAsync(path, {...

I hope ben will forgive you, these words

dont't forget `npm init`