Dmytro Kardava
Dmytro Kardava
Pinging this very stale issue because it is still a thing. My files are also displayed exactly like on OP's screenshot. Windows x64, react-native-debugger v0.12.1, launched from unzipped archive (not...
@mpociot, @freekmurze, the issue is still standing. What can we do about it?
Hi @anthlasserre, thank you for your interest in our library, it really means alot to us that people are using what we made :) I went through your types, everything...
This feature is planned for development, but there is no ETA. In the meantime, feel free to propose a PR.
If you want your cards to be pressable, you should create them as such. A modified example component from readme file would look like this: ```javascript export default function YourComponent({style,...
Sorry, there's not enough information to go on in your issue. Please explain your issue in more details.
From your code, I can see that you are not applying the generated styles: ```javascript // ↓ - this property is unused function MyItemCard({ style, item, dayIndex, daysTotal }) {...
Hi, @jgoldm. ```const [till] = React.useState(moment().add(3, 'days').toDate()); // instead of toISOString();``` This is still up-to-date, we support all values supported by `Date()` constructor, meaning ISO string, UNIX timestamp (number) or...
Sort by rarity would be nice, but I can see that it may be challenging to implement. Sorting by ID, however, is plain simple. I have no idea why it's...