I hereby claim:
- I am jpstrikesback on github.
- I am superpatell (https://keybase.io/superpatell) on keybase.
- I have a public key ASCFtDdIDsSwW1PawA_LccUnOsChtg839bntkbvid6TcEgo
To claim this, I am signing this object:
import React, { Component } from 'react'; | |
import { View, Text, Image, StyleSheet, TouchableOpacity } from 'react-native'; | |
import Error from './win-error.png'; | |
export class ErrorBoundary extends Component { | |
constructor(props) { | |
super(props); | |
this.state = { | |
error: false, | |
message: '', |
import * as React from 'react'; | |
import { | |
View, | |
Text, | |
} from 'react-native'; | |
import Gun from 'gun/gun'; | |
import 'gun/lib/open'; | |
import '../extensions/sea'; |
I hereby claim:
To claim this, I am signing this object:
Fauna doesn't (yet?) provide guaranteed expiration/TTL for ABAC tokens, so we need to implement it ourselves if we care about it.
3 javascript functions, each of which can be imported into your project or run from the command-line
using node path/to/script.js arg1 arg2 ... argN
:
deploy-schema.js
: a javascript function for creating supporting collections and indexes in your Fauna database.