I' m searching for a solution to show all my js-files of my react native project in tabs in xcode. The normal way (single click on files in navigator) is not working because the js-files are not shown in the navigator.
Thanks for help
I' m searching for a solution to show all my js-files of my react native project in tabs in xcode. The normal way (single click on files in navigator) is not working because the js-files are not shown in the navigator.
Thanks for help
I've found a solution. If you have opened a js file with xcode in seperate window, go to "view" -> "show tab bar". Also activate "show tabbar" in the xcode main window. Now you can drag the js file in the xcode main window. Important: drag the js file by clicking in the tabbar and drop it in the main window's tabbar.