Installation
bun add crowous
pnpm add crowous
yarn add crowous
npm add crowous
This 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 prebuild
npm add react-native-real-fetch react-native-nitro-modulescd ios && pod install
You 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 crowous
You’re ready to go!