We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f31ea8 commit 2536c6dCopy full SHA for 2536c6d
package.json
@@ -169,6 +169,7 @@
169
"semi": false
170
},
171
"react-native-builder-bob": {
172
+ "exclude": "**/{__tests__,__fixtures__}/**",
173
"source": "src",
174
"output": "lib",
175
"targets": [
src/__mocks__/index.js
@@ -2,6 +2,7 @@ import React from 'react'
2
import { View } from 'react-native'
3
4
export * from '../TrueSheetGrabber'
5
+export * from '../TrueSheetFooter'
6
7
export class TrueSheet extends React.Component {
8
static dismiss = jest.fn()
0 commit comments