Installation
bun add crowouspnpm add crowousyarn add crowousnpm add crowousThis library uses react-native-real-fetch under the hood to make HTTP requests,
this is why you’re required to also install the following native modules.
npx expo add react-native-real-fetch react-native-nitro-modulesnpx expo prebuildnpm add react-native-real-fetch react-native-nitro-modulescd ios && pod installYou should setup Tauri’s HTTP plugin and add the following allowed URL to the permissions.
{ "permissions": [ { "identifier": "http:default", "allow": [{ "url": "http://webservices-v2.crous-mobile.fr/feed/*" }], } ]}cargo add crowousYou’re ready to go!