Michael
Michael
For my case it would be nice to leave just the oldest one and remove everything else. I try to cleanup up a huge drive full of family photos. They...
Which react-native Version did you use?
I have the same Problem right now. Had to upgrade our Codebase to react-native 0.68.2. Fixed a couple of other dependencies and now i am stuck at this problem. ```...
I think this is the same problem we got in our tests. They fail right now and i don't know how to work around it. - "react-native-share": "^9.2.3" - "react-native":...
> @maluramichael Friend, could you solve it? sadly no.
> As a workaround you can use mock the could not found module @sebas21 @maluramichael > > ``` > jest.mock('react-native-share', () => { > return { > NativeRNShare: () =>...
@Lolo54001 @Dominiquini does this problem still exist? I did not notice it right now on the latest version. The auto refresh takes one or two seconds.
Would be nice to toggle it via a dropdown. Something like "Sort by: None (whatever the current way of sorting is), Name, Size"
@nihilistzsche is there any way to reload the mods ui ingame so i can tinker a bit on the sorting feature?
Can you check which encoding your file has? I think mine is saved as UTF-16 LE. I think i should save it as utf8 and commit it.