Sascha Reuter
Sascha Reuter
The values work the other way around for me as well. - The first value is a delay after something has been typed (before it starts to delete) - The...
It would be awesome if it could also leave the characters at the end of a string when only the starting characters change... E.g. ["Onboard employees", "Offboard Employees", "Reward Employees"].
@somagonda Can you please update the bug description, and maybe a little bit more context in general?
@pluvd7j This sounds more like a general react issue, e.g. reuse of existing elements. Did you make sure your list really returned a unique `id` for each video, so the...
> thanks, this will be fixed when https://github.com/expo/expo/pull/23385 lands. this occurs when expo-updates is linked but not configured. closing since it's a dup of https://github.com/expo/expo/issues/23382 @brentvatne When configuring `expo-updates` explicitily...
@anirudhsama Likely because you're running into https://github.com/expo/expo/issues/23401 after you did so. If you're testing on a device, you should be able to see the error using the `Console` app on...
@jonrh While I agree it shouldn't crash, I wonder if you did configure updates via the `app.json`? I think you need to either set `useClassicUpdates` to `true` (if using the...
@jonrh My android app compiles and runs fine now with Expo SDK 49 and the fix releases for several modules from today. I do have `expo-updates` configured though.
Thanks @brentvatne for the hint of trying out `--clean`; I usually just bust the `.ios` folder and build again. Unfortunately, this still didn't resolve it. Is it maybe that the...
@LonelyCpp Can you have a look at this one?