
Product
Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.
express-wyre-react-native
Advanced tools
đź’¸ The companion React Native library for express-wyre. https://github.com/cawfree/express-wyre
đź’¸ The companion React Native library for express-wyre.
yarn add express-wyre-react-native
expo install react-native-webview
yarn add express-wyre-react-native
yarn add react-native-webview
Apply the default export ExpressWyre at the graphical root of your application. Then call the usePlaid hook to request a public token:
import React from "react";
import { StyleSheet, Text, SafeAreaView, View, TouchableOpacity } from "react-native";
import ExpressWyre, { usePlaid } from "express-wyre-react-native";
function PlaidButton() {
const { requestPublicToken } = usePlaid();
return (
<TouchableOpacity
onPress={async () => {
try {
const { publicToken } = await requestPublicToken();
console.warn(`Got a publicToken! ${publicToken}`);
} catch (e) {
console.error(e);
}
}}>
<Text children="Request Plaid Token" />
</TouchableOpacity>
);
};
export default function App() {
return (
<ExpressWyre baseUrl="http://localhost:3000/wyre">
<View style={StyleSheet.absoluteFill}>
<SafeAreaView />
<PlaidButton />
</View>
</ExpressWyre>
);
}
The baseUrl prop is required. This defines the location of your express-wyre middleware. For further details, check out the Example App.
FAQs
đź’¸ The companion React Native library for express-wyre. https://github.com/cawfree/express-wyre
We found that express-wyre-react-native demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.