Installation
bun add unilimpnpm add unilimyarn add unilimnpm add unilimYou 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 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": "*://*.unilim.fr/*" }], } ]}cargo add unilimYou can use Swift Package Manager and specify dependency in Package.swift.
dependencies: [ .package(url: "https://github.com/LiterateInk/Unilim.swift", from: "0.0.2"),]You’re ready to go!