Commit 1c9bbd9a authored by danushka9999's avatar danushka9999

navigation completed to crop roation plan

parent 730fd2dd
...@@ -5,6 +5,7 @@ import TestWithButton from './components/recomendationComponentsBySoil/TestWithB ...@@ -5,6 +5,7 @@ import TestWithButton from './components/recomendationComponentsBySoil/TestWithB
import SoilDataOptions from './components/recomendationComponentsBySoil/SoilDataOptions'; import SoilDataOptions from './components/recomendationComponentsBySoil/SoilDataOptions';
import ManualSoilData from './components/recomendationComponentsBySoil/ManualSoilData'; import ManualSoilData from './components/recomendationComponentsBySoil/ManualSoilData';
import MostSutaibleCrops from './components/recomendationComponentsBySoil/MostSutaibleCrops'; import MostSutaibleCrops from './components/recomendationComponentsBySoil/MostSutaibleCrops';
import CropRotaionPlan from './components/cropRotationPlanner/cropRotationCreation';
import HomePage from './components/common/Home'; import HomePage from './components/common/Home';
...@@ -19,7 +20,7 @@ export default function App() { ...@@ -19,7 +20,7 @@ export default function App() {
<Stack.Screen name="Most Suitable Crops" component={MostSutaibleCrops}/> <Stack.Screen name="Most Suitable Crops" component={MostSutaibleCrops}/>
<Stack.Screen name="Add Soil Data Manually " component={ManualSoilData}/> <Stack.Screen name="Add Soil Data Manually " component={ManualSoilData}/>
<Stack.Screen name="TestWithButton" component={TestWithButton}/> <Stack.Screen name="TestWithButton" component={TestWithButton}/>
<Stack.Screen name="Crop Rotation Plan" component={ManualSoilData}/> <Stack.Screen name="Crop Rotation Plan" component={CropRotaionPlan}/>
</Stack.Navigator> </Stack.Navigator>
</NavigationContainer> </NavigationContainer>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment