Jason Masters

Results 11 comments of Jason Masters

@freitzzz were you ever able to get this to connect to mongo atlas? When I run `init()` it doesn't seem to properly establish a connection...

I've personally never used them, but some googling landed me on a few posts mentioning certum as a cheaper option for open source certs: https://blog.aluxian.com/free-code-signing-certificate-for-open-source-software-d836270823a7 https://en.sklep.certum.pl/data-safety/code-signing-certificates/open-source-code-signing-1022.html It looks like they're...

For the lazy here's a fully fleshed out alternative component: SafeAreaViewFixed.tsx ```typescript import React, { ReactNode } from 'react'; import { StyleProp, StyleSheet, View, ViewProps, ViewStyle } from 'react-native'; import...

Is the APK available anywhere for sideloading?

The exceptions didn't seem to work for me. I tried doing it both ways, both excepting the user, and excepting the admin, and keeping the new item with the admin...

Sorry to revise this from the grave, but out of curiosity has anyone found a good way of implementing a parallel coordinates plot using VisX?

> I'm going to confess I don't know what most of that means - don't know how to include native code, or expo prebuilt, or bridgless mode. > > I...

In my case, I got these errors trying to use this with Expo Go, instead, you have to use an Expo Development build. You can create a dev build, sideload...

> > worked for me! > > > > it was the issue of the version i was using `0.19.6` which was released about 2 weeks which was the problem...