mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 04:27:56 +00:00
fix: Import PezkuwiWebView in screens to resolve build errors
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import { StyleSheet } from 'react-native';
|
||||
import { SafeAreaView } from 'react-native-safe-area-context';
|
||||
import { WebView } from 'react-native-webview';
|
||||
import PezkuwiWebView from '../components/PezkuwiWebView';
|
||||
|
||||
/**
|
||||
* Be Citizen Screen
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import { StyleSheet } from 'react-native';
|
||||
import { SafeAreaView } from 'react-native-safe-area-context';
|
||||
import { WebView } from 'react-native-webview';
|
||||
import PezkuwiWebView from '../components/PezkuwiWebView';
|
||||
|
||||
/**
|
||||
* Education (Perwerde) Screen
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import { StyleSheet } from 'react-native';
|
||||
import { SafeAreaView } from 'react-native-safe-area-context';
|
||||
import { WebView } from 'react-native-webview';
|
||||
import PezkuwiWebView from '../components/PezkuwiWebView';
|
||||
|
||||
/**
|
||||
* Forum Screen
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import { StyleSheet } from 'react-native';
|
||||
import { SafeAreaView } from 'react-native-safe-area-context';
|
||||
import { WebView } from 'react-native-webview';
|
||||
import PezkuwiWebView from '../components/PezkuwiWebView';
|
||||
|
||||
/**
|
||||
* Governance Screen
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import { StyleSheet } from 'react-native';
|
||||
import { SafeAreaView } from 'react-native-safe-area-context';
|
||||
import { WebView } from 'react-native-webview';
|
||||
import PezkuwiWebView from '../components/PezkuwiWebView';
|
||||
|
||||
/**
|
||||
* P2P Trading Screen
|
||||
|
||||
Reference in New Issue
Block a user