@frigade/react-native
Advanced tools
@@ -28,8 +28,7 @@ import React, { useEffect, useState } from 'react'; | ||
| function stepResponseDataToFlowResponse(data, actionType = 'STARTED_STEP') { | ||
| const stepId = pages[currentPage]?.id ?? 'unknown'; | ||
| return { | ||
| foreignUserId: userId, | ||
| flowSlug: flow.slug, | ||
| stepId: stepId, | ||
| data: { ...data, stepId: stepId }, | ||
| stepId: pages[currentPage]?.id ?? 'unknown', | ||
| data: data.data, | ||
| actionType: actionType, | ||
@@ -36,0 +35,0 @@ createdAt: new Date(), |
+2
-2
| { | ||
| "name": "@frigade/react-native", | ||
| "version": "1.0.42", | ||
| "version": "1.0.43", | ||
| "description": "Delightful and fully customizable onboarding elements for React Native.", | ||
@@ -85,5 +85,5 @@ "main": "./lib/index.js", | ||
| "dependencies": { | ||
| "react-native-onboard": "^2.5.2", | ||
| "react-native-onboard": "^2.5.4", | ||
| "react-native-uuid": "^2.0.1" | ||
| } | ||
| } |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
22263
-0.22%454
-0.22%Updated