forcedotcom / SalesforceMobileSDK-Templates

BSD 3-Clause "New" or "Revised" License
52 stars 56 forks source link

Fix ReactNativeTypeScriptTemplate issue on Linux systems. #300

Closed brandonpage closed 3 years ago

brandonpage commented 3 years ago

The actual path contains the app name in all lowercase but the path being technically wrong only affects Linux. I believe this is due to how the filesystem handles paths at a low level and it appears OSX is case insensitive while linux is case sensitive. So the same fs.readfilesync call will fail on one but not the other.