Feat:Created AddCrop component for adding more crops in a perticular Farm
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
import { Text, View } from "react-native";
|
||||||
|
import React, { Component } from "react";
|
||||||
|
|
||||||
|
export default class AddCrop extends Component {
|
||||||
|
render() {
|
||||||
|
return (
|
||||||
|
<View>
|
||||||
|
<Text>AddCrop</Text>
|
||||||
|
</View>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user