Posts by Paloma Cristina Faria • 1 point
3 posts
-
0
votes1
answer8
viewsA: White flash after splash screen in React Native 0.65.1
My advice is that you perform the same setup in this video: https://www.youtube.com/watch?v=3Gf9yb53bJM This setting worked for me and works on all versions of React-Native…
react-nativeanswered Paloma Cristina Faria 1 -
-3
votes1
answer31
viewsA: How to create a navigation bar that stays open even when the user leaves the app?
Maybe what you’re trying to do is create a Drawer, which works as a menu where the user can browse the pages. to know more you can click on this link…
-
-1
votes0
answers13
viewsQ: How to turn a gallery image into BASE64
I have a function that takes the image from the gallery and the camera and sends it to an area where the user can view it. import React, {useState} from 'react'; import {View, TouchableOpacity,…