Installation
Getting started with AutoLocalise is simple. This guide will walk you through the installation process.
Installing the SDK
React Installation
For React and Next.js applications, install the optimized package:
# Using npm
npm install react-autolocalise
# Using yarn
yarn add react-autolocalise
React Native/Expo Installation
For React Native and Expo applications, install the mobile package:
# Using npm
npm install react-native-autolocalise @react-native-async-storage/async-storage
# Using yarn
yarn add react-native-autolocalise @react-native-async-storage/async-storage
The @react-native-async-storage/async-storage package is required for caching translations on the device.
Next Steps
Now that you've installed the SDK, proceed to the Initialization guide to set up AutoLocalise in your application.