TP-67100 | Fetch Bundle Immediately (#10937)

This commit is contained in:
Mayank Singh
2024-05-21 12:07:06 +05:30
committed by GitHub
parent e3322539ea
commit 6b87974097
6 changed files with 290 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
import { TouchableOpacity } from "react-native-gesture-handler";
import { BackHandler, View } from "react-native";
import { BackHandler, View, TouchableOpacity } from "react-native";
import { CtaData } from "../../../App/common/interface";
import { styles } from "./StaticHeaderStyle";
import { ImageName } from "../../../App/common/constants/StringConstant";