Why is MyContext.Provider not showing value in render? – React native
I am a newbie trying to work with react native context. A very simple program, but unable to show the value. Here is the code: import React, {Component} from 'react'; import {Text, View } from 'react-native'; export const MyContext =…