Joshua Yoes

Results 107 comments of Joshua Yoes
trafficstars

I am experiencing this as well with a view component that references `onLayout` ```tsx import React, { useState } from 'react'; import { View, Text } from 'react-native'; export const...

There are some tools like [release-it](https://github.com/release-it/release-it) which make it so you can configure jobs to ensure that a build happens before releasing.

I found a way to programmatically generate our types using the `fields` key on from the List Collections endpoint. However, this PR still needs some work to actually consume those...

Tried rebasing this, it's getting pretty gnarly. This PR could potentially to expand to normalize the choices and their collectionIds as well, but it may be kind of late in...

![image_from_ios.jpg](https://github.com/infinitered/ChainReactApp2023/assets/37849890/e1d49d32-9fe7-44ad-84a7-7362cb72c9e0) iPhone 13 Pro

This PR was for the sake of exploring a pattern for the New Architecture workshop. This doesn't need to be merged. The only benefit to this PR is being able...

Thanks for this contribution! The default Ignite `new` path works on Windows: ``` npx ignite-cli new PizzaApp \ --bundle=com.pizzaapp \ --git \ --install-deps=false \ --packager=npm \ --target-path=C:\Users\joshu\Code\PizzaApp \ --remove-demo=false \...