Posts by Pablo Barbosa • 9 points
3 posts
-
0
votes0
answers23
viewsQ: Save temporary files in sessionStorage
Hello, I wonder if it is possible to store files in sessionStorage and how I can do it. I tried with JSON.stringfy() and JSON.parse() methods and no success as follows var elemento =…
-
-1
votes2
answers130
viewsA: Problem with setState in React Native: "Can’t call 'setState' on a Component that is not yet Mounted."
import React from 'react'; import { ExpoConfigView } from '@expo/samples'; //import Meds from '../components/Meds' import { FlatList, View, Text, StyleSheet } from 'react-native'; import Meds from…
-
1
votes2
answers130
viewsQ: Problem with setState in React Native: "Can’t call 'setState' on a Component that is not yet Mounted."
all right? I’m a beginner in React Native and in this app I’m making I can’t call 'setState' in the method I created. The name of the method I created is called includingMed() and I call it here…