Skip to content

Commit b4863a1

Browse files
committed
feat: implement android onLoad spec
1 parent 90d6c6a commit b4863a1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package com.margelo.rnnitrosqlite
2+
3+
import com.margelo.nitro.NitroModules
4+
import com.margelo.rnnitrosqlite.DocPathSetter
5+
6+
class HybridNitroSQLiteOnLoad : HybridNitroSQLiteOnLoadSpec() {
7+
override fun init() {
8+
DocPathSetter.setDocPath(NitroModules.context)
9+
}
10+
}

0 commit comments

Comments
 (0)