Add spacing between numbers after some specific digits in React Native
I need to show dashes as hints and need to have equal spacing after some digits in Text Input similar to the picture attached . Do I need to use separate text inputs for these or is it possible to…