Skip to content

Instantly share code, notes, and snippets.

View firstChairCoder's full-sized avatar
🔥
...

Joshua A. firstChairCoder

🔥
...
View GitHub Profile
@firstChairCoder
firstChairCoder / Sr RN Developer questions.md
Last active April 19, 2022 03:24
Just a couple interview questions that I am collecting. Please suggest more if you can!
  1. What is the InteractionManager and how is it used? Why is it important?

  2. Which node_modules will run in React Native? How can we test for this?

  3. What is wrong with this code for querying a native API?

class Gyros {
  setGyroPosition(pos) {
 if (pos=== null || typeof pos === "undefined") {
@firstChairCoder
firstChairCoder / CheckNote.js
Last active August 12, 2022 15:57
InnoTech Showcase 1-3
/* eslint-disable react-native/no-inline-styles */
/* eslint-disable no-shadow */
import React, { useState, useMemo } from "react";
import { StatusBar, Pressable, View, StyleSheet } from "react-native";
import Constants from "expo-constants";
import { Feather } from "@expo/vector-icons";
import { MotiView, MotiText } from "moti";
const _activeColor = "#80D15A";
const _inactiveColor = "#BBC0D5";
@firstChairCoder
firstChairCoder / README.md
Created December 28, 2021 19:18 — forked from hofmannsven/README.md
Git Cheatsheet