mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[PR #284] support for array style as in react native #308
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#308
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kusti8/proton-native/pull/284
Author: @misaeldossantos
Created: 5/1/2020
Status: 🔄 Open
Base:
master← Head:feat-array-style📝 Commits (1)
7d45628support 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.