James Ide

Results 50 comments of James Ide

Hi @trentm - would it be possible to get this reviewed and published?

Yarn internally uses V8's code cache. Maybe a stale cache is causing problems. The [v8-compile-cache](https://www.npmjs.com/package/v8-compile-cache) package explains how to clear and disable it. Could be worth a try.

Try `rm -fr "$TMPDIR/v8-compile-cache-*"`. IME a source of these problems is due to mismatches between Intel and Apple silicon software, namely Homebrew and Volta itself. If you've migrated your macOS...

Instead of maxTitleLength, how about a function called `truncateTitle` that receives the original title and is supposed to return the new one? That way you can decide how the title...

Read this for how to send PRs: https://help.github.com/articles/using-pull-requests/

We haven't done work on laying out the nav bar contents on Android. So we don't intend for it to look broken, but also haven't worked on making it look...

As a rough estimate, I imagine we will look into this by the end of December.

Here's our workaround that's worked reasonably well: ``` js } /> ```

@dmueller39 The fact that this project is unmaintained is a strong reason not to add it to react-native-community IMO. I’d recommend forking the project if you need custom changes yourself,...