AdvancedReactNative icon indicating copy to clipboard operation
AdvancedReactNative copied to clipboard

Companion repo to a course hosted on Udemy.com

Results 9 AdvancedReactNative issues
Sort by recently updated
recently updated
newest added

import React, {Componet} from 'react'; import MapboxGL from '@react-native-mapbox-gl/maps'; MapboxGL.accessToken = 'pk.eyJ1IjoicG1hcnJlcm8iLCJhIjoiY2s0eW1vNno0MDI3YzNucG9jOGdzOWJmZiJ9.59Mq2rt899naM6nylQ9jeA'; export default class WMS extends Componet{ redner(){ const map = new MapboxGL.Map({ container: 'map', style: 'mapbox://styles/mapbox/light-v10', zoom: 8,...

Hey, I am getting the following error Super expression must either be null or a function, not undefined App.js import React, { Component } from 'react'; import { StyleSheet, Text,...

Hey, I purchased your course on UDEMY. Everything worked fine until I installed the React Native Elements package. I was then prompted to install npm in my directory so I...

Try to render the card in the Swipe project Got the error from the following in Expo Invariant Violation: Objects are not valid as a React child (found: object with...

Hello, In the swipe project, Deck.js render cards using map() and reverse() on the data. Everything works fine in iOS simulator and real devices. However, in Android simulator and devices,...

Hi Stephe, I have tried your example, but just before I start I can not run Expo app in my Android phone (may be because of some network settings). My...

Github has poor tools for tracking issues - If you run into any problems please post em on the Udemy course forums.