update
This commit is contained in:
6
App.tsx
6
App.tsx
@@ -114,7 +114,7 @@ async function onDisplayNotification(remoteMessage: any) {
|
||||
'Matn yo‘q',
|
||||
android: {
|
||||
channelId,
|
||||
smallIcon: 'ic_launcher_foreground',
|
||||
largeIcon: 'ic_launcher_foreground',
|
||||
sound: 'default',
|
||||
pressAction: {
|
||||
id: 'default',
|
||||
@@ -285,7 +285,9 @@ export default function App() {
|
||||
<Stack.Screen name="PaymentQrCode" component={PaymentQrCode} />
|
||||
<Stack.Screen name="Profile" component={Profile} />
|
||||
<Stack.Screen name="Settings" component={Settings} />
|
||||
<Stack.Screen name="Notifications" component={Notifications} />
|
||||
{Platform.OS === 'android' && (
|
||||
<Stack.Screen name="Notifications" component={Notifications} />
|
||||
)}
|
||||
<Stack.Screen name="Warehouses" component={Warehouses} />
|
||||
<Stack.Screen name="Support" component={Support} />
|
||||
<Stack.Screen name="ListBranches" component={ListBranches} />
|
||||
|
||||
Reference in New Issue
Block a user