Fix Errors

This commit is contained in:
abhay-raizada
2024-08-11 16:40:46 +05:30
parent 477a924fe0
commit 2f0c7ddadb
9 changed files with 721175 additions and 167 deletions

View File

@@ -8,7 +8,6 @@
import React, {useEffect, useState} from 'react';
import {SafeAreaView, ScrollView, StatusBar, StyleSheet} from 'react-native';
import {getFormTemplate} from './formstr/formstr';
import {Colors} from 'react-native/Libraries/NewAppScreen';
import {PrescriptionCreator} from './components/PrescriptionCreator';
import 'react-native-url-polyfill/auto';
@@ -25,9 +24,9 @@ function App(): React.JSX.Element {
console.log('inside useeffect');
const fetchForm = async () => {
if (!form) {
let form = await getFormTemplate(
'eb3df1f89653475f0bcbd22da35f8d2f126db8a68a88a7abedc53535c76c39b4',
);
// let form = await getFormTemplate(
// 'eb3df1f89653475f0bcbd22da35f8d2f126db8a68a88a7abedc53535c76c39b4',
// );
}
};
fetchForm();