Emmanuel Oyelakin
Emmanuel Oyelakin
You can safely remove from your `app.php` file `Tymon\JWTAuth\Providers\JWTAuthServiceProvider::class,` ``` 'JWTAuth' => Tymon\JWTAuth\Facades\JWTAuth::class, 'JWTFactory' => Tymon\JWTAuth\Facades\JWTFactory::class ```
I doubt it
Have you been able to resolve this issue? I have the same issue
KIndly tell me how you resolved it
You can make a gist, please do if it works for you.
I have the error in my `src/AppContainer/index.js` ``` import React, {Component } from "react"; import PropTypes from 'prop-types'; import { Router } from "react-native-router-flux"; import scenes from "../routes/scenes"; import {...
can you share a link to it if you have pushed the code?
So what did you change to make yours work? kindly share your code
Thanks, I will check it out
Did anyone get to resolve this issue?