How can I upload this data to github and then access it in my mobile application? Is something like this possible? I created a project file public on github. Then I added this data to it. can i access that file and use the data on react-native?
const branddata = [
{
brand: "İçim",
branmother:"",
since:"1998",
img:"https://1.bp.blogspot.com/-k6Xxgvc9e_s/YRGlX5XA4kI/AAAAAAAAAEE/ksK4QCPFP3Qy0HbdpZCpdV1WEV3hOZCjgCLcBGAsYHQ/s0/icim-logo-A4D95C99B2-seeklogo.com.png",
country: "Fransa, Türkiye",
id: 1,
},
{
brand: "CocaCola",
branmother:"",
img:"https://1.bp.blogspot.com/-8WFOGn2oqAk/YRGpecVTauI/AAAAAAAAAEU/3xVeAN2SMlwXYblIeexTNy3vTZ5oAWX2ACLcBGAsYHQ/s320/coca-cola-logo.jpg",
country: "Amerika Birleşik Devletleri",
id: 2,
since:"1892",
}
];
export default branddata;