摘要:
TypeScript 2.8 adds the ability for a mapped type to either add or remove a particular modifier. Specifically, a readonly or ? property modifier in a 阅读全文
摘要:
For example we have a 'useState' function, which takes a state and a function to update the state: const useState = (state, setState) => { const newSt 阅读全文
摘要:
Basic navigation by using 'Navigator.push' & 'Navigator.pop()', for example, we have two screen, screen1 and screen2, we want to navigate between two 阅读全文
摘要:
For example, we want to have to button, looks similar to FloatingActionButton: But in the doc, it says to it is recommend to have only one floatingAct 阅读全文