mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-13 10:01:02 +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 React from 'react';
|
||||||
import { StyleSheet } from 'react-native';
|
import { StyleSheet } from 'react-native';
|
||||||
import { SafeAreaView } from 'react-native-safe-area-context';
|
import { SafeAreaView } from 'react-native-safe-area-context';
|
||||||
import { WebView } from 'react-native-webview';
|
import PezkuwiWebView from '../components/PezkuwiWebView';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Be Citizen Screen
|
* Be Citizen Screen
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { StyleSheet } from 'react-native';
|
import { StyleSheet } from 'react-native';
|
||||||
import { SafeAreaView } from 'react-native-safe-area-context';
|
import { SafeAreaView } from 'react-native-safe-area-context';
|
||||||
import { WebView } from 'react-native-webview';
|
import PezkuwiWebView from '../components/PezkuwiWebView';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Education (Perwerde) Screen
|
* Education (Perwerde) Screen
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { StyleSheet } from 'react-native';
|
import { StyleSheet } from 'react-native';
|
||||||
import { SafeAreaView } from 'react-native-safe-area-context';
|
import { SafeAreaView } from 'react-native-safe-area-context';
|
||||||
import { WebView } from 'react-native-webview';
|
import PezkuwiWebView from '../components/PezkuwiWebView';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Forum Screen
|
* Forum Screen
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { StyleSheet } from 'react-native';
|
import { StyleSheet } from 'react-native';
|
||||||
import { SafeAreaView } from 'react-native-safe-area-context';
|
import { SafeAreaView } from 'react-native-safe-area-context';
|
||||||
import { WebView } from 'react-native-webview';
|
import PezkuwiWebView from '../components/PezkuwiWebView';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Governance Screen
|
* Governance Screen
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { StyleSheet } from 'react-native';
|
import { StyleSheet } from 'react-native';
|
||||||
import { SafeAreaView } from 'react-native-safe-area-context';
|
import { SafeAreaView } from 'react-native-safe-area-context';
|
||||||
import { WebView } from 'react-native-webview';
|
import PezkuwiWebView from '../components/PezkuwiWebView';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* P2P Trading Screen
|
* P2P Trading Screen
|
||||||
|
|||||||
Reference in New Issue
Block a user