Installation
bun add unilim
pnpm add unilim
yarn add unilim
npm add unilim
You can opt in native requests by installing the package react-native-real-fetch
.
It might be required for the unilim/iut/signatures
subpackage, because of the weird SSL certificate.
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": "*://*.unilim.fr/*" }], } ]}
cargo add unilim
You’re ready to go!