mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-21 06:45:31 -06:00
Move to react naming conventions. Fixes #9
This commit is contained in:
parent
dd4720c4f8
commit
291ad2bfcf
44 changed files with 155 additions and 128 deletions
|
|
@ -12,7 +12,7 @@ class Example extends Component {
|
|||
return (
|
||||
<App>
|
||||
<Window title="Example" size={{w: 500, h: 500}}>
|
||||
<TextInput onChanged={() => Dialog('Error', {title: "Message"})}/>
|
||||
<TextInput onChange={() => Dialog('Error', {title: "Message"})}/>
|
||||
</Window>
|
||||
</App>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue