Justin

Results 33 comments of Justin

Begun here: https://github.com/onflow/fcl-js/tree/fcl-react-native

@spacepluk Depends on if we decide to build the "retry" login into FCL proper or not. Given that we prefer keeping FCL Core simple, we will probably choose option 1...

Script used to setup the above. ```bash #!/usr/bin/env bash set -e # get first argument if [ -z "$1" ]; then echo "No argument supplied" exit 1 fi # check...