|
@ -5,9 +5,11 @@ import { TouchableOpacity, ScrollView } from "react-native"; |
|
|
import assets from "../config/assets"; |
|
|
import assets from "../config/assets"; |
|
|
import { scaleDimsFromWidth, dimensions } from "../config/dimensions"; |
|
|
import { scaleDimsFromWidth, dimensions } from "../config/dimensions"; |
|
|
import SvgLabeledButton from "../components/SvgLabeledButton"; |
|
|
import SvgLabeledButton from "../components/SvgLabeledButton"; |
|
|
|
|
|
import HeaderBarMenu from "../components/HeaderBarMenu"; |
|
|
//1/3
|
|
|
//1/3
|
|
|
|
|
|
|
|
|
function SharingDataScreen({ navigation }) { |
|
|
function SharingDataScreen({ navigation }) { |
|
|
|
|
|
HeaderBarMenu(navigation); |
|
|
const dims = scaleDimsFromWidth(93, 106, 35); |
|
|
const dims = scaleDimsFromWidth(93, 106, 35); |
|
|
// const dims = { width: "100%", height: "100%" };
|
|
|
// const dims = { width: "100%", height: "100%" };
|
|
|
|
|
|
|
|
|