Revize dfda8907
Přidáno uživatelem Schwobik před asi 2 roky(ů)
App.tsx | ||
---|---|---|
2 | 2 |
import { StyleSheet, Text, View } from 'react-native' |
3 | 3 |
import { NativeBaseProvider, Box } from "native-base" |
4 | 4 |
import LoginPage from './src/pages/LoginPage' |
5 |
import ScrollViewTest from "./src/pages/ScrollViewTest" |
|
5 | 6 |
|
6 | 7 |
export default function App() { |
7 | 8 |
return ( |
8 | 9 |
<NativeBaseProvider> |
9 |
<LoginPage />
|
|
10 |
<ScrollViewTest />
|
|
10 | 11 |
</NativeBaseProvider> |
11 |
);
|
|
12 |
) |
|
12 | 13 |
} |
13 | 14 |
|
14 | 15 |
const styles = StyleSheet.create({ |
Také k dispozici: Unified diff
Testing of scrollview