-
import React, { Component } from “react”; import { StyleSheet, View, Text } from “react-native”; import { Ionicons } from “@expo/vector-icons”; import { SafeAreaView } from “react-native-safe-area-context”; // import Svg from “react-native-svg”; export default class Home extends Component { // constructeur(props) { // super(props) // this.getCity = “Arras” // this.getCp= “62000” // this.state = { // city: [], // cp: [] // } // } state = { data: [], // Object:{ // “cp”: 35000, // “datetime”: “2021-03-18T01:00:00+0100”, …
- 6 views
- 0 answers
- 0 votes
-
E/libc: Access denied finding property “ro.vendor.df.effect.conflict” E/Perf: Fail to get file list com.example.skyapp getFolderSize() : Exception_1 = java.lang.NullPointerException: Attempt to …
- 233 views
- 0 answers
- -5 votes
-
When I was trying to create a new react app using npx create-react-app example_app, I get this error [Your cache …
- 454 views
- 9 answers
- 13 votes
-
I have searched questions about this problem: Similar question 01 Similar question 02 but I find they are not similar …
- 444 views
- 1 answers
- 15 votes
-
I was using the Decision Tree and this error was raised. The same situation appeared when I used Back Propagation. …
- 231 views
- 6 answers
- 12 votes
-
I try to open a bundle, but when the android is running it shows the next message 2020-01-05 23:15:45.366 26210-26210/com.note.principal …
- 349 views
- 6 answers
- 11 votes
-
My webpage generates an table automatically. It’s getting it’s data from a SQL database using php. This works so far. …
- 283 views
- 0 answers
- -3 votes
-
I’m totally new to mean stack and I’m facing some problems with Angular’s material module. I’m trying to import the …
- 250 views
- 5 answers
- 6 votes
-
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details …
- 327 views
- 1 answers
- 11 votes
-
Django errors with django-import-export libraries. I want to import data from excel to db via django admin. I use for …
- 207 views
- 3 answers
- 2 votes