ordering-ui-react-native 0.13.9 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.tsx +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-react-native",
3
- "version": "0.13.9",
3
+ "version": "0.14.0",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
package/src/index.tsx CHANGED
@@ -20,6 +20,7 @@ import { Checkout } from './components/Checkout';
20
20
  import { CouponControl } from './components/CouponControl';
21
21
  import { DriverTips } from './components/DriverTips';
22
22
  import { FacebookLogin } from './components/FacebookLogin';
23
+ import { FacebookPixel } from './components/FacebookPixel';
23
24
  import { FloatingButton } from './components/FloatingButton';
24
25
  import { ForgotPasswordForm } from './components/ForgotPasswordForm';
25
26
  import { GoogleMap } from './components/GoogleMap';
@@ -118,6 +119,7 @@ export {
118
119
  CouponControl,
119
120
  DriverTips,
120
121
  FacebookLogin,
122
+ FacebookPixel,
121
123
  FloatingButton,
122
124
  ForgotPasswordForm,
123
125
  GoogleMap,