Thanh "Bin" Pham

Results 2 issues of Thanh "Bin" Pham

Has anyone been able to get this to work for text fields that use dropdown pickers?

As the title states. The data is ``` const images = [ { uri: "data:image/jpeg;base64,sadflhasdefkjdhskj2345jfhkj2bdf" } ] ``` I tested my base64 encoded string with react-native's built-in `Image` component and...