AsyncStorage, is used in Android to store data, but every time you turn off APP, the data is gone when you open it, so find a solution?
AsyncStorage, is used in Android to store data, but every time you turn off APP, the data is gone when you open it, so find a solution?
for example, to use Amap to edit the AndroidManifest.xml of an Android project (usually in androidappsrcmainAndroidManifest.xml), add the following code: <application> <meta-data android:name="com.amap.api.v2.apikey" andro...
Why can t the react-native I built run on the simulator? as soon as it runs, it will report a red screen . the environment of the project has been set up, and react-native start can also run normally, that is, running react-native run-android Times ...
personal development APP. now The performance made by using vue+hbuilder package feels a bit low. There are fewer interfaces supported natively . I would like to learn the three frameworks mentioned in the title. I don t know which development will be...
when the getComment addComment page of the two interfaces is loaded, call getComment to put the return value of getComment into state, and then render it. At this time, I call addComment to change the return value of getComment. Do you want to call the g...
question: example: a string from the background is as follows: 5 now I want to form such a jsx, based on this string in order to highlight the number 5 , so wrap a Text : in the outer layer of 5 . <Text><Text>5< Text>< Text&...
problem description app,release version of react native developer runs in the background switch on IOS, and then cuts back to APP white screen, with gif demo: who has encountered it, ask for advice. ...