I've been shipping React Native apps for five years and every time a junior asks me about Expo I have to bite my tongue. Yeah, it gets you up fast. But you hit a wall the moment you need native module
CNChloe and 2 more commentedI'm working in react native (0.62.0). I'm stuck in React Native Push Notification (Using FCM). Here are the steps i'm doing. Get a Device Token from FCM. (npm install react-native-firebase) using this plugin. import firebase from "react-native-fi...
Join discussionHi there, I am a newbie to the scene of developing, and I have a few important questions that I would be greatful for if someone answered. The first being in relation to the backend development (admin panel), which is, what is the best way to go ab...
LLauriane commentedI am still learning JavaScript, React and GatsbyJS. I have difficult to readjust the dropdowm menu list (ul > li > input label > ul > li), replicating the original codes of @Smakosh's gatsby-starter-i18n/src/components/theme/Header/SelectLanguage.js...
GGustavo commentedHi I'm trying to implement a side menu. How do I go about adding a navigation drawer to my header. I want it to appear on every screen except on login and register. App.js import { View, Image, TouchableOpacity, Platform, StatusBar, Button } from 're...
Join discussion