How to build a child theme from a react-based parent theme?

like with every other theme, there is no assurance a random theme can be used as a child theme unless it is explicitly specified that it supports child themes and provides APIs to let child themes manipulate it output. This is true even for “normal” themes, and double true for unexplored area like themes based on JS frameworks.

In other words, you will need to ask the theme author.