Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ptmt/react-native-touchbar

TouchBar for react-native-macos
https://github.com/ptmt/react-native-touchbar

Last synced: 10 days ago
JSON representation

TouchBar for react-native-macos

Awesome Lists containing this project

README

        

```js
import React from 'react';
import { View } from 'react-native-macos';
import TouchBar from 'react-native-touchbar';

export default myApp = () => (


alert('Hello, vim!')}/>




Welcome to React Native macOS!


To get started, edit index.macos.js


Press Cmd+R to reload,{'\n'}
Or use Developer Menu


)
```
screenshot 2016-10-28 16 33 21 copy

You need Xcode 8.1 on macOS Sierra 10.12.1 (12B2657) or later.

Enable Touchbar simulator in Xcode -> Windows menu:
![](https://help.apple.com/xcode/mac/8.1/en.lproj/Art/da_menu_show_Touch_Bar.png)

TODO:

- [ ] Different native TouchBarItems (like segmented controls)
- [ ] Inner touchbar (touchbar inside touchbars)
- [ ] Customization
- [ ] Several Touchbar instances per app