Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Tom Underhill d2aaf6df2d
react-native-macos npm publishing with CRLF text files (#331)
* Update scripts to publish react-native-macos-init

* Clean up merge markers

* Restored ios:macos RNTester parity except for InputAccessoryView.

* Revert "Restored ios:macos RNTester parity except for InputAccessoryView."

This reverts commit 5a67ae06b0.

* Force text files to LF.
2020-05-01 14:05:53 -07:00
Tom Underhill a4287a036e
Add apple_fontSmoothing style and global default setting (#329)
* Update scripts to publish react-native-macos-init

* Clean up merge markers

* Restored ios:macos RNTester parity except for InputAccessoryView.

* Revert "Restored ios:macos RNTester parity except for InputAccessoryView."

This reverts commit 5a67ae06b0.

* Added experimental webkitFontSmoothing style.

* Rename to fontSmoothing

* Missed some upstream delta comments

* Add .command to .gitattributes for lf

* Renamed fontSmoothing to apple_fontSmoothing
2020-05-01 10:02:09 -07:00
Bret Johnson ea70525744 Added a .gitattributes file, ensuring that Bash script source files (gradlew and
*.sh) have normal Unix LF line endings even on Windows.  This change is needed
so gradlew, packager.sh, and other Bash scripts can run on Windows (under cygwin).
On Windows the rest of the source files will typically have CR+LF endings (Git
default), but Bash scripts need to have LF endings to work, thus this override
to force that.
2015-10-13 23:10:39 -04:00