Skip to content
View jonesaustindev's full-sized avatar

Sponsoring

@flibitijibibo

Block or report jonesaustindev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. react-native-widget react-native-widget Public

    iOS 14 widget with bridging from React Native to Swift. Blog post link about the topic in the README.md

    Java 16 2

  2. React Native + Apollo Client - Offli... React Native + Apollo Client - Offline Mutations (Blog post: https://teamairship.com/offline-first-approach-for-mobile-apps-react-native-and-apollo/)
    1
    import React, { useState, useEffect } from 'react';
    2
    import { View, Text } from 'react-native';
    3
    import { ApolloProvider } from '@apollo/client';
    4
    import NetInfo from '@react-native-community/netinfo';
    5
    import QueueLink from 'apollo-link-queue';