This example shows how to use Hooks to create a counter in React Native. It also shows how to use ref to call setSelected() on a Native Base Accordion component (which seems to be undocumented). import React, { useState, useRef, useCallback } from "react"; import { StyleSheet,