fable-react
Advanced tools
Comparing version 0.8.4 to 0.8.5
{ | ||
"name": "fable-react", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"description": "Fable bindings and helpers for React and React Native", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -11,3 +11,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
import { createElement } from "react"; | ||
import { AsyncStorage, ToastAndroid, ImageStore as ImageStore_1, NetInfo as NetInfo_1, Alert as Alert_1, Linking, BackAndroid, NavigatorStatic, NavigationRootContainer, NavigationContainer, NavigationExperimental, Switch, StatusBar, SwipeableListView, ScrollView, TabBarIOS, StyleSheet, Navigator, ViewPagerAndroid, TouchableNativeFeedback, TouchableOpacity, TouchableHighlight, TouchableWithoutFeedback, Modal, MapView, ListView, Image, SwitchIOS, SliderIOS, Slider, RefreshControl, ProgressViewIOS, ProgressBarAndroid, Picker, PickerIOS, DrawerLayoutAndroid, DatePickerIOS, ActivityIndicatorIOS, ActivityIndicator, SegmentedControlIOS, WebView, View, KeyboardAvoidingView, ToolbarAndroid, TextInput, Text as _Text } from "react-native"; | ||
import { AsyncStorage, ToastAndroid, ImageStore as ImageStore_1, NetInfo as NetInfo_1, Alert as Alert_1, Keyboard as Keyboard_1, Linking, BackAndroid, NavigatorStatic, NavigationRootContainer, NavigationContainer, NavigationExperimental, Switch, StatusBar, SwipeableListView, ScrollView, TabBarIOS, StyleSheet, Navigator, ViewPagerAndroid, TouchableNativeFeedback, TouchableOpacity, TouchableHighlight, TouchableWithoutFeedback, Modal, MapView, ListView, Image, SwitchIOS, SliderIOS, Slider, RefreshControl, ProgressViewIOS, ProgressBarAndroid, Picker, PickerIOS, DrawerLayoutAndroid, DatePickerIOS, ActivityIndicatorIOS, ActivityIndicator, SegmentedControlIOS, WebView, View, KeyboardAvoidingView, ToolbarAndroid, TextInput, Text as _Text } from "react-native"; | ||
import { Buffer } from "buffer"; | ||
@@ -340,2 +340,9 @@ import { map } from "fable-core/Seq"; | ||
} | ||
export var Keyboard = function (__exports) { | ||
var dismiss = __exports.dismiss = function () { | ||
Keyboard_1.dismiss(null); | ||
}; | ||
return __exports; | ||
}({}); | ||
export var Alert = function (__exports) { | ||
@@ -342,0 +349,0 @@ var createButton = function createButton(label, callback) { |
@@ -19,3 +19,3 @@ (function (global, factory) { | ||
}); | ||
exports.Storage = exports.Toast = exports.ImageStore = exports.NetInfo = exports.Alert = exports.switch = exports.Props = undefined; | ||
exports.Storage = exports.Toast = exports.ImageStore = exports.NetInfo = exports.Alert = exports.Keyboard = exports.switch = exports.Props = undefined; | ||
exports.text = text; | ||
@@ -506,2 +506,10 @@ exports.textInput = textInput; | ||
var Keyboard = exports.Keyboard = function (__exports) { | ||
var dismiss = __exports.dismiss = function () { | ||
_reactNative.Keyboard.dismiss(null); | ||
}; | ||
return __exports; | ||
}({}); | ||
var Alert = exports.Alert = function (__exports) { | ||
@@ -508,0 +516,0 @@ var createButton = function createButton(label, callback) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2989055
1738