Results 10 comments of Josh Guyette

One of many error outputs using this on the iPhone 5/5c... axi0mX, you say this is supported??? I question that, and these devices being 32-bit devices, might be an issue.

I switched from using applyForce to setVelocity, fixed the tunneling bug in my app. ``` Matter.Body.setVelocity(ball, { x: ball.velocity.x + 20, y: ball.velocity.y - 20 }); // Matter.Body.applyForce(ball, ball.position, {...

Add this to the repo please ``` // This is what .required() is for if (!value || ((typeof(value) == 'string') && value.length == 0)) return true try { const phoneNumber...

Best fix is to implement your own checkedIcon and uncheckedIcon. ``` import React from 'react'; import { CheckBox } from 'react-native-elements'; import { CheckedSVG, UnCheckedSVG } from '../../assets'; const CheckBoxWrapper...

Huge reason, I'm about to write my own toast. You can't show more than one at a time, or at least one after another. There is no queue for rapidly...

The data needs to be statefully put in to an array. This works for me... https://snack.expo.io/@nightness/toast-snack---bottom

Expo 45... I'm having this issue, but only when I have `updates: { url: 'https://u.expo.dev/...', }` specified; no config changes would fix this, until I realized my config is missing...