SCSpencer Carliinspencercarli.hashnode.dev·Mar 10, 2021 · 1 min readTesting Context with React Native Testing LibraryIn this video I walk you through 3 different ways you approach writing tests in your React Native app when context is involved. https://www.youtube.com/watch?v=BPAG3V5D-EY @testing-library/react-native @testing-library/jest-native Code from Video00
SCSpencer Carliinspencercarli.hashnode.dev·Feb 24, 2021 · 7 min readHow to Upload Images from React NativeIn this tutorial we'll cover how to upload an image from a React Native app to a remote server. This is just a high level overview. If you want details (upload progress, setting up a server, multiple images, etc.) please check out our class on Uploa...00
SCSpencer Carliinspencercarli.hashnode.dev·Feb 17, 2021 · 4 min readReact Navigation v5: Reset Stack Inside Tab After Leaving TabOriginally published at reactnativeschool.com Problem: You have a stack navigator inside a tab and, when going to a different tab, you want to reset the stack navigator inside the tab you just left. Example import * as React from 'react'; import { V...00