Jesse Harlin
Jesse Harlin
I've noticed this being thrown on `Pressable` components. I've been moving the classes to a View beneath the Pressable, which seems to help some. I'm getting this throughout my project...
@johnjensenish we can still repro this error in expo v50 even after running the `npx expo customize tsconfig.json` ```json "expo": "~50.0.14", "expo-router": "3.4.8", "react-native": "0.73.6", ``` @robertherber 's solution is...
@jchris in the short term I will add aliases. For instance, we use this now. eg. `remove` and `unlink` do the same thing. I'm going to alias `add`, `upload`, `up`...
Basically if there is not an id and you register - generate one then and there and register with that id
I am experiencing a similar, and possible related issue in `clerk-expo` I've logged the issue here: https://github.com/clerk/javascript/issues/4105 Short version: The UserResource that is in @clerk/types doesn't match the user object...
Adding this to the package.json seems to be a temporary workaround ```json "overrides": { "@prisma/generator-helper": "^5.4.2
resolved by https://github.com/heygleeson/godot-ldtk-importer/pull/51
Have you tried `entity_layer.get_parent()` to get a reference to some parent node? in my case I am using a node to load levels to the level is a child of...
I was able to get past the iOS and android build error by adding `expo build properties` and including this in the ```ts { //... plugins: [ [ 'expo-build-properties', {...
@ashikhp Did you read my comment? That's a solution. (or downgrade to 2.6.5) @Wellapos you can also use `2.6.5` Quick update: At the time I posted the comment, with those...