What is an Observable
How to create an Observable:
just
What is an Observable
How to create an Observable:
just| # USAGE: | |
| # notify pod install --repo-update | |
| # Place this function at the end of your file | |
| notify() { | |
| body="" | |
| for parameter in $@ | |
| do | |
| body+=" $parameter" | |
| done |
| #import <React/RCTViewManager.h> | |
| @interface RCT_EXTERN_MODULE(CounterManager, RCTViewManager) | |
| RCT_EXPORT_VIEW_PROPERTY(value, NSNumber) | |
| RCT_EXPORT_VIEW_PROPERTY(leftButtonText, NSString) | |
| RCT_EXPORT_VIEW_PROPERTY(rightButtonText, NSString) | |
| RCT_EXPORT_VIEW_PROPERTY(onPressLeftButton, RCTDirectEventBlock) | |
| RCT_EXPORT_VIEW_PROPERTY(onPressRightButton, RCTDirectEventBlock) |