Ansh
Ansh
Would be useful useful to easily use react navigation for navigation rather than portals
## Expected behavior In our case, we use Unix (Epoch) time stored as an Int64 on MongoDB for all our Date/Time fields like created_on, updated_on, etc. We expect these fields...
Instead of `Tabs.FlatList` I want to use @Shopify 's new [FlashList package](https://github.com/Shopify/flash-list). How would I replace `Tabs.FlatList` with `FlashList`?
[After react-native v0.60, we have gained support for auto linking](https://reactnative.dev/docs/linking-libraries-ios). This means that packages just need to be installed through `npm` or `yarn` and don't need any additional setup. Before...
# 🗣 Context I don’t know if anyone who listens to audiobooks at 1x speed unless they’re listening to fiction. It’ll be super great for us to have a smart...
When I run my jest test scripts I get this error: `TypeError: Cannot read property 'UNREAD_COUNT_CHANGE_NOTIFICATION' of undefined` In reference to #16, the only way to fix it is to...
The only reason to use Babel ESlint is if we are using Flow. This library is meant to be used by everyone who just wants the basics setup. Why are...
This PR introduces Custom Feeds and is related to [#1001](https://github.com/bluesky-social/atproto/pull/1001/files#diff-58d5c69a23df55e40ebe6815b9e7e51f6fb3155fb75b20b47a8f60935162a431) from the ATProto repo as it implements it. To run and test this feature, make sure to clone the `atproto`...
- creates an event listener for checking for OTA updates when app is launched - creates an event listener for checking for OTA updates each time the app is opened...
- Render TextInput if RichText is meant to be selectable Known issues: - Doesn't work with posts with links