joe-sam

Results 14 comments of joe-sam

Try using the lowest version of Java and then work your way up to the highest compatible version. If I remember right this is a JAVA16+ problem. Either by point...

I feel really bad about saying this but as a rule you should probably just stick to the standard or revise the standard. There will always be some edge case...

The problems with date manipulation are really extensive and can cause numerous headaches. But to summarize the root crux of the problem is often that there is no clear audit...

A fix for this issue has already been [merged ](https://github.com/oblador/react-native-collapsible/compare/v1.6.0...master) in Jun 2022. Apparently this lib only needs a minor/major release.

As the two commits were less than a day apart, and is only an implementation of the missing api, theoretically speaking there shouldn't actually be a problem. But we can...

I am referring to these two [commits ](https://github.com/facebook/react-native/pull/45049/commits )only. The first of the commits is already merged in this [0.75] branch.

Noted above. Adding the corresponding hermes commit-ish for the should bump hermes (?) check if you do decide to cherry-pick. [facebook/hermes@1af8c8](https://github.com/facebook/hermes/commit/1af8c808c76c5454e0cf6a8611350fd0c3c2d22d)

Examining the compare of two consecutive hermes commit tags [hermes engine RN-0.75.1 vs 0.76.0](https://github.com/facebook/hermes/compare/hermes-2024-08-15-RNv0.75.1-4b3bf912cc0f705b51b71ce1a5b8bd79b93a451b...hermes-2024-09-09-RNv0.76.0-db6d12e202e15f7a446d8848d6ca8f7abb3cfb32), it may be possible the previous bump to Hermes might not have actually happened either. Is...

Also add "typescript": "^5.4.4" to the package.json

> @joe-sam which package.json? This same one? If so, in which section? Not sure which ones probably at minimum the main react-native _package.json_ and the template _package.json_ and as far...