Is it possible to generate screens dynamically?

I want to dynamically generate new screens inside a Tab or Stack Navigator. Is this possible?

I’d like to load a group of records via JSON and dynamically load each record into a unique screen so I can scroll through them by swiping horizontally.

Each JSON object would have an arbitrary number of records so that’s why the screens would need to be generated dynamically.

Thanks!

It’s impossible.