Build native mobile experiences with our powerful SDK that supports iOS, Android, and React Native.
Develop once, deploy everywhere with full-native performance on iOS, Android, and React Native.
Create beautiful user interfaces with pre-built UI components for native look and feel.
Data updates across devices instantly with our built-in real-time sync feature.
Begin with our simple setup process to get your application up and running quickly.
Use the following command with our CLI tool to install the package:
npm install @elenebelo/mobile-sdk
You can also find the SDK package on npm.
Here is a sample code snippet that shows you how to initialize our mobile SDK in your project.
import React from 'react';
import { View, Text } from 'react-native';
import { initialize, fetchUser } from '@elenebelo/mobile-sdk';
initialize({
apiKey: 'YOUR_API_KEY_HERE',
environment: 'production' // or 'development'
});
export default function App() {
const user = fetchUser();
return (
Hello, {user.name}!
);
}
Make sure you have replaced the YOUR_API_key_HERE with your actual API key obtained from your project dashboard.
Deliver notifications directly to mobile devices with reliable and scalable delivery.
Full offline functionality with local cache management and background task handling.
Take your time to explore our interactive tutorial and start building apps that work across all platforms.
View Interactive Tutorial