import Navigation from "./src/navigation"; import AlertModal from "./src/components/AlertModal"; import { Provider } from "react-redux"; import { store, persistor } from "./src/redux/store"; import React from "react"; import { PersistGate } from "redux-persist/integration/react"; import { copilot } from "react-native-copilot"; const App = () => { return ( ); }; export default copilot({ labels: { previous: "قبلی", next: "بعدی", skip: "رد کردن", finish: "پایان", }, })(App);