Posts by Jean Cabral • 96 points
2 posts
- 
		8 votes2 answers4907 viewsA: Undefined is not an Object (evaluating 'Rngesturehandlermodule.State')This happens because of a problem with version 3.0. I recommend using version 2.18.2 Steps to the downgrade: > npm uninstall react-navigation > npm install [email protected] --save Start… react-nativeanswered Jean Cabral 96
- 
		0 votes1 answer405 viewsA: How to use Material Icons with next.js?You’ll need the Oader @Zeit/next-css npm install --save @zeit/next-css Create a next.config.js file (without CSS Modules) // next.config.js const withCSS = require('@zeit/next-css') module.exports =…