Skip to content
View jonesaustindev's full-sized avatar
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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';
  3. node-chat node-chat Public

    Fullstack chat app with React + Typescript + Vite + NodeJS

    TypeScript