Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
microsoft
/
react-native-xaml
зеркало из
https://github.com/microsoft/react-native-xaml.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули react-native-xaml
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
main
react-native-xaml
/
example
/
.eslintrc.js
5 строки
64 B
JavaScript
Исходник
Постоянная ссылка
Обычный вид
История
Убрать экранирование
Экранировать
add empty example app
2021-01-31 11:57:22 +03:00
module
.
exports
=
{
root
:
true
,
Upgrade RNX to target RN and RNW 0.72 (#261) This PR upgrades RNX to target RNW 0.72, along with several fixes to make that possible. Changes: * RNX project and examples updated (dev) dependency to target RN/RNW 0.72 * RNX now default targets WinUI 2.8.0 (as per RNW 0.72) * Improved Codegen to understand environment variables in winmd paths * Adds the paths of winmd's used into codegened files for future debugging * Removes the "source line" comments in the codegen that contain local dev paths * RNX project will now run codegen before building if it detects that the version of WinUI being requested doesn't match the version last used to run the codegen * RNX project updated to make sure it can still be built against older supported versions of RNW * Pipeline fixes to make sure we're testing against the correct versions of everything * Removal of (now) unnecessary SetupAppForNuGet script as apps will target whichever WinUI RNW targets * Added `yarn test` for example and cli app builds Closes #260
2023-08-02 21:14:56 +03:00
extends
:
'@react-native'
,
add empty example app
2021-01-31 11:57:22 +03:00
}
;