Skip to content

Instantly share code, notes, and snippets.

View abramsimon's full-sized avatar
🥗
Building salad robots

Abram Simon abramsimon

🥗
Building salad robots
View GitHub Profile

Keybase proof

I hereby claim:

  • I am abramsimon on github.
  • I am abramsimon (https://keybase.io/abramsimon) on keybase.
  • I have a public key ASCb2w6UF-kWGtEmg5QOkuehigZDRCLVLGFmX96RhosCRwo

To claim this, I am signing this object:

@abramsimon
abramsimon / RNCameraOverlay.js
Created June 16, 2020 19:03
Demonstrates a camera overlay in CSS for scanning documents
// Expo link: https://snack.expo.io/Qae6_Vsh1
import * as React from 'react';
import { Button, ImageBackground, Text, View, StyleSheet } from 'react-native';
import Constants from 'expo-constants';
// You can import from local files
import AssetExample from './components/AssetExample';
// or any pure javascript modules available in npm