Bruno Villanova
Bruno Villanova
Add library and Example app support for RN new architecture.
Thanks for submitting a PR! Please read these instructions carefully: - [ ] Explain the **motivation** for making this change. - [ ] Provide a **test plan** demonstrating that the...
This commit allow the use of a custom Token model for expiring token. Eg: ``` class CustomModelObtainExpiringAuthToken(ObtainExpiringAuthToken): model =CustomModelToken obtain_expiring_auth_token = CustomModelObtainExpiringAuthToken.as_view() ```