
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@easylabs/react-native
Advanced tools
The Easy React Native SDK provides a simple, type-safe, and PCI/PII-compliant way to integrate Easy's payment and customer management platform into your React Native applications.
📚 View Full Documentation & Examples →
pnpm add @easylabs/react-native
# or
npm install @easylabs/react-native
# or
yarn add @easylabs/react-native
import { EasyProvider, useEasy } from "@easylabs/react-native";
function App() {
return (
<EasyProvider apiKey={process.env.EXPO_PUBLIC_EASY_API_KEY!}>
<MyCheckoutComponent />
</EasyProvider>
);
}
Note: For React Native projects using Expo, use
process.env.EXPO_PUBLIC_EASY_API_KEY. For standard React Native, configure your environment variables according to your build setup (e.g., using react-native-config or react-native-dotenv).
EasyProviderWrap your app with EasyProvider and provide your Easy API key.
useEasy()Access all SDK methods via the context:
All types are exported for maximum type safety and autocompletion.
Built with secure form elements for PCI-compliant payment data collection. Your application never touches sensitive payment information.
For issues, questions, or contributions, please open an issue or pull request on GitHub.
FAQs
Easy Labs SDK for React Native
The npm package @easylabs/react-native receives a total of 1 weekly downloads. As such, @easylabs/react-native popularity was classified as not popular.
We found that @easylabs/react-native demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.