rampkit-expo-dev 0.0.97 → 0.0.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/build/RampKit.js +1 -0
  2. package/package.json +1 -1
package/build/RampKit.js CHANGED
@@ -301,6 +301,7 @@ class RampKitCore {
301
301
  OnboardingResponseStorage_1.OnboardingResponseStorage.initializeVariables(variables);
302
302
  const screens = data.screens.map((s) => ({
303
303
  id: s.id,
304
+ label: s.label,
304
305
  html: s.html ||
305
306
  `<div style="padding:24px"><h1>${s.label || s.id}</h1><button onclick="window.ReactNativeWebView && window.ReactNativeWebView.postMessage('rampkit:tap')">Continue</button></div>`,
306
307
  css: s.css,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rampkit-expo-dev",
3
- "version": "0.0.97",
3
+ "version": "0.0.98",
4
4
  "description": "The Expo SDK for RampKit. Build, test, and personalize app onboardings with instant updates.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",