plotline-engage 3.0.7 → 3.0.8

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/index.js +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2,6 +2,8 @@
2
2
  import { NativeModules, Platform } from 'react-native';
3
3
 
4
4
  const { RNPlotline } = NativeModules;
5
+ import PScrollView from './PScrollView';
6
+ import PFlatList from './PFlatList';
5
7
 
6
8
  class plotline {
7
9
  constructor() {
@@ -68,3 +70,4 @@ class plotline {
68
70
  const Plotline = new plotline();
69
71
 
70
72
  export default Plotline;
73
+ export {PScrollView, PFlatList};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plotline-engage",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "description": "React Native plugin for Plotline",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"