Mark Rickert

Results 54 issues of Mark Rickert

I’m using the latest version of THREE in my branch (pr coming soon to `expo-three`) and this was required to get the orbit controls working since `Quaternion.invert()` was changed to...

Can this tool automate taking all the screenshots for the iPad Retina, iPhone 4" and iPhone 3.5" Retina? If so, would it be too much trouble to document it somewhere?

This PR does a few things to update the code and modernize the component. This is the best component I've found for swiping rows in a `Flatlist` (all the other...

The images overlap when there are points very close to each other. Check out how the yelp app handles this in "monocle mode" ![IMG_4991](https://f.cloud.github.com/assets/139261/58704/0f3128fc-5b7e-11e2-8d69-bbfb81627ae0.PNG)

I tried to export just a page with no artboard. I got this error in the console app: ``` 10/13/14 5:08:31.162 PM Export Image Maps (Sketch Plugin)[15820]: *** -[__NSArrayI objectAtIndex:]:...

This PR is the culmination of a few weeks of work and experimentation around the `expo-three` and `three.js` ecosystems. @Jpoliachik and I were able to get many more examples running...

Adds recipes for `styled-components`, `emotion.js`, and `unistyles` to integrate with the new theming system for Ignite. This should not be merged until this PR is merged and released to production:...

## Motivation I saw that the examples for this project were at react-native 0.69 and expo sdk 46, which are both quite old. My goal was to be able to...

A community member raised an issue [in the reactotron channel](https://infiniteredcommunity.slack.com/archives/C42C5UKHV/p1707258028882889) that the library doesn't support `BigInt()`. Indeed, it does not. ```tsx { console.log(BigInt(0)) }} /> ``` ![image](https://github.com/infinitered/reactotron/assets/139261/56406853-b119-47ea-95f8-89468f050516)

bug :beetle: