[PR #284] support for array style as in react native #308

Open
opened 2026-05-05 11:58:40 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kusti8/proton-native/pull/284
Author: @misaeldossantos
Created: 5/1/2020
Status: 🔄 Open

Base: masterHead: feat-array-style


📝 Commits (1)

  • 7d45628 support for array style as in react native

📊 Changes

12 files changed (+73 additions, -14 deletions)

View changed files

📝 src/components/Button.ts (+7 -2)
📝 src/components/Image.ts (+6 -1)
📝 src/components/PickerInternal.ts (+6 -1)
📝 src/components/RootText.ts (+6 -1)
📝 src/components/TextInput.ts (+6 -1)
📝 src/components/View.ts (+6 -1)
📝 src/components/VirtualText.ts (+6 -1)
📝 src/components/Window.ts (+6 -1)
📝 src/react-components/Text.tsx (+6 -1)
📝 src/react-components/TouchableHighlight.tsx (+6 -1)
📝 src/react-components/TouchableOpacity.tsx (+6 -1)
📝 src/utils/convertStyleSheet.ts (+6 -2)

📄 Description

React Native has support for array style ([{ backgroundColor: 'red' }, {fontSize: 10}]), this allows libraries like styled-components to work in react-native.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kusti8/proton-native/pull/284 **Author:** [@misaeldossantos](https://github.com/misaeldossantos) **Created:** 5/1/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feat-array-style` --- ### 📝 Commits (1) - [`7d45628`](https://github.com/kusti8/proton-native/commit/7d456286aedfa30e0c46dbaa963c79970aa366de) support for array style as in react native ### 📊 Changes **12 files changed** (+73 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `src/components/Button.ts` (+7 -2) 📝 `src/components/Image.ts` (+6 -1) 📝 `src/components/PickerInternal.ts` (+6 -1) 📝 `src/components/RootText.ts` (+6 -1) 📝 `src/components/TextInput.ts` (+6 -1) 📝 `src/components/View.ts` (+6 -1) 📝 `src/components/VirtualText.ts` (+6 -1) 📝 `src/components/Window.ts` (+6 -1) 📝 `src/react-components/Text.tsx` (+6 -1) 📝 `src/react-components/TouchableHighlight.tsx` (+6 -1) 📝 `src/react-components/TouchableOpacity.tsx` (+6 -1) 📝 `src/utils/convertStyleSheet.ts` (+6 -2) </details> ### 📄 Description React Native has support for array style ([{ backgroundColor: 'red' }, {fontSize: 10}]), this allows libraries like styled-components to work in react-native. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 11:58:40 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#308
No description provided.