react-native-builder-bob icon indicating copy to clipboard operation
react-native-builder-bob copied to clipboard

fix: single answer questions dont get stored with metadata

Open atlj opened this issue 1 year ago • 0 comments

Summary

If a question has a single answer on create-react-native-library, we skip that question. However, due to a bug, single answer questions weren't making it to the metadata stored with new project. This PR fixes that

Test plan

A good example is the Fabric view with backward compat. This option had a single language setting kotlin and objective c. To test this PR, you can create a new project with these options and make sure the language is getting stored properly.

atlj avatar Sep 15 '24 17:09 atlj