Tatiana Kapos
3760092bd9
Upgrade Paper to 0.75 ( #477 )
...
* upgrade to 75-preview1
* fix yarn lint
* revert lottie bump
* upgrade to preview4
* upgrade to 0.75.0
* update snapshot
* maunally update snapshot
2024-08-21 12:29:04 -07:00
Saad Najmi
56e1ae47d0
chore: use Yarn 4 ( #439 )
...
* chore: use Yarn 4
* Add `@rnx-kit/metro-config`
* yarn dedupe
* update react-native-config
* Update SVG patch
2024-07-09 13:02:48 -07:00
Saad Najmi
58a8ec64a0
Update react-native-xaml to remove `@types/react-native` from the lock ( #472 )
2024-07-09 09:35:57 -07:00
Victor Guilherme
de01fe936c
React Native Lottie Animation Integration Committe ( #347 )
...
* React Native Lottie Animation Integration Committe
* Update RNGalleryList.ts
* Update LottieAnimationsExamplePage.tsx
* Update LottieAnimationsExamplePage.tsx
* Update LottieAnimationsExamplePage.tsx
* Update LottieAnimationsExamplePage.tsx
* Update LottieAnimationsExamplePage.tsx
* Update LottieAnimationsExamplePage.tsx
* Update LottieAnimationsExamplePage.tsx
* Update LottieAnimationsExamplePage.tsx
* Update rngallery.vcxproj
* Update package.json
* Update Directory.Build.props
---------
Co-authored-by: Chris Glein <26607885+chrisglein@users.noreply.github.com>
2024-05-17 08:26:17 -07:00
Tatiana Kapos
069d89e563
upgrade gallery to 0.74 ( #431 )
...
* upgrade gallery to 0.74
* add back caret
* manually add types dependencies
* revert eslint
* try different image
* upgrade to 74.2
* use machine installed version of yarm
* update azure-piepline image
* Fix mis-merge of RNLinearGradient project add
* fix solution
* Update README.md
* Add snapshot to assets
---------
Co-authored-by: Chris Glein <26607885+chrisglein@users.noreply.github.com>
2024-05-14 13:09:30 -07:00
Chris Glein
cfb7e8765a
Add SVG sample page ( #444 )
...
* Add contributing doc straight from wiki
* Move sample page creation to contributing guide
* Redirect to wiki page for sample page details
* Add SVG dependency and example page
* Fix radio buttons link
2024-05-09 17:38:41 -07:00
Chris Glein
b72867bfcc
Add radio buttons example ( #411 )
...
Add radio button example page
Add RNX-based radio group example
2024-04-23 18:11:52 -07:00
Chris Glein
c8bda88b61
Add linear gradient example page ( #410 )
2024-04-23 12:04:35 -07:00
Chris Glein
3432875036
Add clipboard example page ( #409 )
...
* Add clipboard example page
* Add clipboard jest snapshots
2024-04-17 17:39:27 -07:00
Yajur-Grover
fceab02ac7
Bump react-native-windows to latest 0.73 version ( #399 )
...
* bump rnw to 0.73-stable
* update snapshots
2024-03-11 16:25:45 -07:00
Jon Thysell
0b2dd0777a
Update patches so every modules builds against the same Windows SDK ( #383 )
...
## Description
A lot of the older modules still hardcode targeting older Windows SDK versions. If you're setting up a new dev machine and follow our current guidance (aka using the RNW dependency script) you won't have the older SDKs needed to build Gallery.
We've partially addressed this with some minor patch files in this repo, (which set the modules to use newer SDK versions), but this PR updates the patches in a more future-proof way so the libraries are all building on the same Windows SDK that RNW and the app are using.
### Why
I wanted to contribute to RN Gallery on my new dev machine, and I didn't want to have to install the older SDKs.
### What
See above.
## Screenshots
N/A
2024-01-24 14:07:10 -08:00
Tatiana Kapos
514f1cebd9
Upgrade to RNW 73 ( #379 )
...
* upgrade to 73
* bump ci node version
* bump node in pipeline
* update snapshot
* update snapshot manually
2023-12-11 09:31:52 -08:00
Yajur Grover
151ae6fed6
Bump RNW to 0.72.20 to include fmt change to fix VS Build errors ( #372 )
...
* updated rnw version
* fix rnw version
* fix tests
* fix snapshots
2023-11-27 17:37:58 -08:00
Yajur Grover
99f9ef1cb7
Add accessibilityLabel support to DateTimePicker example page ( #357 )
...
* Updated datetimepicker version to include accessobilityLabel support
* updated snapshots
* fixed snapshots
* fixed snapshots pt2
2023-09-19 13:08:47 -07:00
Chiara Mooney
c79cc4216b
Update Script for Snapshot Updating ( #354 )
2023-08-02 10:15:22 -07:00
Chiara Mooney
a6d01452e8
Restore Popup and Flyout Tests ( #353 )
...
* Fix Popup and Flyout Tests
* Adjust Snapshot
2023-07-26 14:53:26 -07:00
Tatiana Kapos
dc1af1ad82
Bump gallery to RNW .72 ( #343 )
...
* bump to .72
* patch CMs
* try specifying node version
* fix CI
* bump node in azure-pipeline
* patch sketch-canvas to Win2D1.26.0
* try with smaller patch
* add back in assets
* add workaround for webView jest tests
* fix warnings
* remove flyout/popout test and yarn lint
* fix image tag
* address feedback
* remove extra patch information
2023-07-07 14:27:40 -07:00
Yajur Grover
56dea2f1f0
Fixing null Name property on UIA tree ( #334 )
...
* added header accessibilityRole prop to all headings
* updated snapshot and linting
* Added accessibilityLabel prop
* linting and snapshot update
* bumped react-native-picker
* resolved feedback
* snapshot update
---------
Co-authored-by: Yajur Grover <yajurgrover@microsoft.com>
2023-06-27 13:53:29 -07:00
Yajur Grover
6397827a53
Bumped react-native-windows version to include accessibilityState changes. ( #330 )
...
* made changes to popup example
* added useEffect for accessibility focus
* removed log statements
* added setAccessibilityFocus code for all popup examples
* Added setTimeout code to resolve focus being skipped on initial button press
* removed extra setAccessibilityFocus calls
* fixed linting issue
* removed unnecessary findNodeHandle calls
* updated snapshot
* removed unused imports
* linting error fix
* added accessibility roles
* updated snapshot
* changed touchablehighlights to buttons
* updated flyout button
* bumped rnw version to include changes to expand/collapsed properties
* updated snapshot
* removed unnecessary changes
---------
Co-authored-by: Yajur Grover <yajurgrover@microsoft.com>
2023-06-21 12:52:17 -07:00
Yajur Grover
4818314f0d
bumped react-navigation/drawer to include accessibilityLabel changes to DrawerItem props ( #328 )
...
Co-authored-by: Yajur Grover <yajurgrover@microsoft.com>
2023-06-08 06:48:56 -07:00
Yajur Grover
194a46d159
Add header accessibilityRole to Expander heading ( #326 )
...
* testing accessibility stuff
* bumped rnw version and added accessibilityRole prop
* snapshot update and lint fix
* removed unnecessary files
* removed package code
* resolved issues
---------
Co-authored-by: Yajur Grover <yajurgrover@microsoft.com>
2023-05-25 09:52:35 -07:00
Chiara Mooney
c7e197a8b6
Upgrade to v71 ( #303 )
...
* Save 71 State
* Save State 71
* Remove Unneeded
* Update src/App.tsx
Co-authored-by: Chris Glein <26607885+chrisglein@users.noreply.github.com>
* Update src/App.tsx
Co-authored-by: Chris Glein <26607885+chrisglein@users.noreply.github.com>
* Fix Build
* Fix Pool
* Fix Snapshot Test
---------
Co-authored-by: Chris Glein <26607885+chrisglein@users.noreply.github.com>
2023-03-28 11:57:51 -07:00
Chiara Mooney
ce448ae721
Remove Gesture Handler Module with Windows Support ( #317 )
...
* Fix Build
* Remove Gesture Handler
* Remove Unneeded
2023-03-27 13:43:58 -07:00
Chiara Mooney
72d0ec5b14
Update Deps ( #315 )
2023-03-09 16:44:52 -08:00
Tatiana Kapos
e906456c2c
upgrade RNX to .71 ( #304 )
2023-02-23 09:54:08 -08:00
Chiara Mooney
6842d5d32b
Fix Tabbing Bug for Blurred Pages ( #277 )
...
* Fix Tabbing
* Remove Cert
* Fix Jest
* Fix Jest
2022-11-16 09:57:54 -08:00
dependabot[bot]
5d830c4423
Bump react-native-reanimated from 1.13.0 to 2.10.0 ( #270 )
...
Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated ) from 1.13.0 to 2.10.0.
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases )
- [Commits](https://github.com/software-mansion/react-native-reanimated/compare/1.13.0...2.10.0 )
---
updated-dependencies:
- dependency-name: react-native-reanimated
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08 10:40:14 -08:00
Chiara Mooney
0418895d4c
Fix UIA Tree ( #267 )
...
* Save State
* Save State
* Save State
* Fix UIA Tree Issue
* Remove Unneeded
* Fix UIA Tree Issue
* Fix Snapshot
2022-09-16 09:33:54 -07:00
Chiara Mooney
4bdd111055
Upgrade to v70 ( #266 )
...
* Update safe-area-context
* Upgrade to 70
* Finish 70 Upgrade
* Remove Unneeded
* Remove Unneeded
* Remove Unneeded
* Fix PFX
2022-09-15 10:50:54 -07:00
Chiara Mooney
1317671a5a
Add Snapshot Testing to Gallery ( #258 )
...
* Merge
* Save Draft
* Initial Snapshot Tests
* Finish Snapshot Testing
* Add E2E to Pipelines
* Fix Types
* Refresh Pipeline
* Save Working State
* Save State
* Update RNX
* Fix Test Expander
* Fix Touchable
* Fix Touchable
* Save
* Revert
* Fix AValue
* Fix AValue
* Address Feedback
2022-08-31 15:04:40 -07:00
Chiara Mooney
6a4b81d5dd
Upgrade to 0.69 ( #253 )
2022-07-14 09:47:06 -07:00
Chiara Mooney
0c099cf9d5
Add WebView2 To Gallery ( #213 )
2022-05-26 14:51:13 -07:00
Chiara Mooney
64d1b12e76
Bump Nav Dep ( #208 )
2022-04-12 16:00:03 -07:00
Chiara Mooney
68e8e059a3
Upgrade to 0.68.0 ( #204 )
...
* Test 0.68
* Add Directory.Build.props
* Add Config Updates
* Fix Cert Error
* Fix Settings
2022-04-05 09:50:49 -07:00
Tatiana Kapos
6e87283e0f
Adds back in Expander ( #201 )
...
* adds back in expander
* removes comments
2022-04-01 15:21:42 -07:00
Bartosz Klonowski
5b5a6e438e
React Native Windows Hello added to the application ( #198 )
...
* Install react-native-windows-hello as devDependency
* Autolink the react-native-windows-hello
* Implement the full page of Windows Hello example
* Include the Windows Hello example in pages
* Fix ESLint errors
2022-03-03 10:41:47 -08:00
Chiara Mooney
306fc54f8e
Bump Picker Dep ( #194 )
2022-02-14 09:19:36 -08:00
Chiara Mooney
56f99343be
Test 0.67 ( #182 )
...
* merge
* bump dependencies
* Remove Extra Expander
* Fix WinUI Dep
* Update
* Finish Upgrade
* Upgrade to 0.67.0
* Add Assets
* Address Feedback
2022-02-04 10:07:34 -08:00
Chiara Mooney
403f2519f4
Add Icons to Drawer Menu ( #179 )
...
* Update Settings in Menu
* Update Drawer with Icons
* Code Cleanup
2021-12-28 15:37:54 -08:00
Tommy Nguyen
79aba524c7
Align dependencies to match react-native 0.66 ( #176 )
2021-12-16 09:44:15 -08:00
Chiara Mooney
112b9df58a
Upgrade to 0.66.1 ( #171 )
2021-10-26 18:04:55 -07:00
Tatiana Kapos
bb9d933b33
adds Expander Page ( #160 )
...
* adds Expander Page
* changes colors to match theme
* addresses comments
* addresses more comments
Co-authored-by: Tatiana Kapos <tatianakapos@microsoft.com>
2021-09-09 15:53:44 -07:00
Chiara Mooney
5935802a71
Upgrade React Native Gallery 0.65 ( #157 )
...
* Upgrade to 0.65
* Upgrade Settings Version
* Fix Formatting
* Remove Cert
* Pull App Version from Native
* Addressing PR Feedback
2021-09-01 16:03:28 -07:00
Jaime Bernardo
13dd34e4be
Add specific commit to sketch-canvas dependency ( #140 )
2021-07-06 15:08:12 -07:00
João Matos
41f5186253
Add component page for react-native-track-player ( #128 )
2021-07-06 15:07:07 -07:00
Andrew Coates
6e56f8f73b
Fix a bunch of lint errors ( #146 )
...
* Fix a bunch of lint errors
* minor fix
2021-06-07 10:58:38 -07:00
Andrew Coates
70bfd0ba46
Cleanup theme to not use globals ( #145 )
2021-06-07 09:39:49 -07:00
Andrew Coates
016ba3a8fc
Update to latest 0.64 bits ( #143 )
...
* Update to latest 0.64 bits
* autolink
2021-06-04 15:24:31 -07:00
Jaime Bernardo
85557448bd
Update and fix react-native-print page for 0.64 ( #138 )
2021-06-01 16:48:11 -07:00
João Matos
95add38862
Add page for react-native-tts component ( #73 )
2021-05-03 16:35:29 -07:00