
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
react-native-target-core-v1
Advanced tools
Assuming you already have a fully functioning game on your hands:
Assuming you already have a fully functioning game on your hands:
expo install react-native-target-core-v1 expo-dev-client @react-native-async-storage/async-storage @sparkfabrik/react-native-idfa-aaid expo-cellular expo-constants expo-splash-screen onesignal-expo-plugin react-native-appsflyer react-native-onesignal react-native-webview
app.json
stepsapp.json
{
"expo": {
...other deps
"plugins": [
[
"onesignal-expo-plugin",
{
"mode": "development"
}
],
[
"react-native-appsflyer",
{}
]
],
...other deps
}
}
eas.json
:
"development": {
"developmentClient": true,
"distribution": "internal"
},
eas build --profile development --platform android
<Core>
component
react-native-game-loader
import Core from "react-native-target-core";
function App() {
return (
<Core
keitaroUrl={'...'}
keitaroCampaign={'...'}
appId={...}
oneSignalAppId={'...'}
appsFlyerKey={'...'}
api={{
url: '...',
reserveUrl: '...',
token: '...',
retryTimeout: ..., // optional, default - 2000
}}
loader={{
... // props for react-native-game-loader
}}
>
{/* Game code goes here */}
<YourGameJSX/>
</Core>
);
}
Prop | Type | Default | Description | |
---|---|---|---|---|
keitaroUrl | string | required | Keitaro URL | |
keitaroCampaign | string | required | Keitaro Campaign | |
appId | number | required | App ID | |
oneSignalAppId | string | required | OneSignal app ID | |
appsFlyerKey | string | required | AppsFlyer key | |
api | object | required | Object with API configuration | |
api.url | string | required | API URL (without trailing slash) | |
api.reserveUrl | string | required | API reserve URL (without trailing slash) | |
api.token | string | required | API token | |
api.retryTimeout | number | 2000 | Number of ms for API timeouts and retries | |
loader | object | required | Props for react-native-game-loader | |
children | ReactNode | The game you are developing |
FAQs
Assuming you already have a fully functioning game on your hands:
The npm package react-native-target-core-v1 receives a total of 2 weekly downloads. As such, react-native-target-core-v1 popularity was classified as not popular.
We found that react-native-target-core-v1 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.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.