Skip to content

Commit

Permalink
feat: add unsupport api createSelectorQuery (#13009)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen authored Dec 22, 2022
1 parent ff1b67a commit 14eb0c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro-rn/src/lib/createSelectorQuery/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { createSelectorQuery } from '../unsupportedApi'
1 change: 1 addition & 0 deletions packages/taro-rn/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export * from './compressImage'
export * from './connectSocket'
export * from './createCameraContext'
export * from './createInnerAudioContext'
export * from './createSelectorQuery'
export * from './createVideoContext'
export * from './downloadFile'
export * from './getClipboardData'
Expand Down
3 changes: 3 additions & 0 deletions packages/taro-rn/src/lib/unsupportedApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ export const offUserCaptureScreen = temporarilyNotSupport('offUserCaptureScreen'

// 文件
export const getFileSystemManager = temporarilyNotSupport('getFileSystemManager', '', false)

// WXML
export const createSelectorQuery = temporarilyNotSupport('createSelectorQuery', '', false)

0 comments on commit 14eb0c7

Please sign in to comment.