这是使用React-native-fs时的错误。我正在使用expo创建没有分离的项目,并尝试不分离。我想从react-native模块读取从CameraRoll中的getPhotos中检索到的content://图像作为文件路径。是因为我还没有分离我的应用程序。有没有一种方法可以使用expo来检索图像的文件路径。
答案 0 :(得分:0)
<subsystem xmlns="urn:jboss:domain:datasources:2.0"> <datasources> <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true"> <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE</connection-url> <driver>h2</driver> <security> <user-name>sa</user-name> <password>sa</password> </security> </datasource> <datasource jta="false" jndi-name="java:/testDataSource" pool-name="testDataSource" enabled="true" use-java-context="true"> <connection-url>jdbc:mysql://localhost:3306/test</connection-url> <driver>com.mysql.jdbc.Driver</driver> <security> <user-name>root</user-name> <password>root</password> </security> </datasource> <drivers> <driver name="h2" module="com.h2database.h2"> <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class> </driver> </drivers> </datasources> </subsystem>
添加包.addPackage(new RNFSPackage())
然后生成新的构建