Nader Dabit

Results 35 comments of Nader Dabit

I don't know if this is the best approach, but I'm fetching the purchase history, sorting by date, then trying to verify the most recent subscription id on the server...

I also made the changes from @RoboTeddy 's commit and it fixed the issue for me as well: facebook/react-native#2488

@gopinaath just tested and seems to be working for me, did you configure your API key correctly in a `.env` file?

@threepointone I can confirm this works fine for me in React Native ```typescript import "partysocket/event-target-polyfill"; import {usePartySocket} from "partysocket/dist/react"; // ... and use usePartySocket in your components ```